Formatting and validating JSON
Paste raw JSON into the JSON Formatter to get a properly indented, readable version. The JSON Validator runs the same parse but reports the line and character position of syntax errors. Both tools process the input client-side using the browser's native JSON.parse, so behaviour matches what your JavaScript runtime would see.