object to json nodejs code example Example: node string to json const json = '{"result":true, "count":42}'; const obj = JSON.parse(json);