JSON validator
Check your JSON exactly.
Paste or open JSON to see whether it parses, where the first error is, and how it looks formatted — with big integers preserved digit for digit.
Drop a JSON file
Up to 5.00 MB — or paste below.
Choose a fileHow it works
- 01Paste JSON or open a .json file (up to 5 MB).
- 02Validate to get the parse error with its line and column.
- 03Format or minify without rewriting numeric literals.
- 04Copy or download the result.
Precision
A normal parse turns 9007199254740993 into 9007199254740992. FormatOnce keeps the original digits, so IDs and high-precision decimals round-trip unchanged.