About this tool
Paste JSON to instantly confirm whether it parses correctly. If it does not, the validator surfaces the native parser error message along with the approximate line and column, which is usually enough to spot a missing comma or unclosed bracket.
Examples
- {"a": 1,} is invalid because of the trailing comma.