What is JSON Validator?
JSON Validator checks whether a JSON snippet can be parsed safely by JavaScript.
How to use it
Paste JSON into the input. The validation status updates and reports the first syntax issue it finds.
How it works
The browser runs `JSON.parse` locally and derives line and column hints from the error position when possible.
Is data saved?
JSON validation runs only in your browser.