Free online JSON formatter, JSON string escape, and JSON unescape tools. Beautify, minify, and validate JSON directly in your browser.
JSON (JavaScript Object Notation) is the default format for web APIs. These tools cover the three operations developers perform most often on JSON data.
Formatting / beautifying makes minified API responses human-readable by adding indentation and newlines. Minifying strips all unnecessary whitespace to reduce payload size. JSON string escaping is needed when you embed a raw string inside a JSON value — double quotes and backslashes must be escaped or the outer JSON will fail to parse.
All processing is client-side. Paste your JSON — nothing leaves your browser.