Paste JSON
or drag & drop a JSON file
Line, column and reason for the first thing a parser rejects.
Paste JSON
or drag & drop a JSON file
Validation answers one question: would a parser accept this? The answer comes from the browser's own JSON parser, so it matches what your application, gateway and CI job will do with the same bytes. When it fails you get the position and a button that moves the cursor there.
{
"user": {
"name": "ada",
}
}Invalid JSON · Line 4 · Col 3
Expected double-quoted property name