Syntax: JSON Parse in Clojure. • ID: #147 Code const obj = JSON.parse('{"a":4,"b":5}'); 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 →