Convert JSON objects to JSON strings online. Escape JSON for use in code, APIs or configuration files. Also unescape/parse JSON strings back to formatted JSON.
Your data never leaves your browserRelated
JSON.stringify() converts a JavaScript object or value to a JSON string. It escapes special characters so the JSON can be safely embedded in code or transmitted as a string.