Syntax: JSON Serialize in Clojure. • ID: #160 Code const data = { id:1, ok:true }; console.log(JSON.stringify(data)); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →