Check whether your JSON is valid and see the exact error position when it is not.
How it works
The validator uses the browser parser to detect malformed syntax. It reports the error type, line, column and a short explanation so you can fix the document quickly.