Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
const jsonString = `{ "alfa": true }` const parsed = JSON.parse(jsonString) console.log(parsed.alfa)
true