const json = '{"result":true, "count":42}'; const obj = JSON.parse(json);
JSON.parse('{"name":"John", "age":30, "city":"New York"}')