const jsonString = `{ "alfa": true }` const parsed = JSON.parse(jsonString) console.log(parsed.alfa)
true