Syntax: JSON Parse in Objective-C. • ID: #148 Code const obj = JSON.parse('{"a":6,"b":7}'); console.log(obj.a + obj.b); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →