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