Paste JSON
or drag & drop a JSON file
Trailing commas, single quotes and bare keys, fixed and re-parsed.
Paste JSON
or drag & drop a JSON file
A lot of JSON in the wild is not quite JSON: hand-edited, copied out of a JavaScript file, or saved with a byte order mark. Repair applies a fixed set of conservative rewrites, parses the result to prove it worked, and tells you what it changed.
{name: 'ada', tags: ['a', 'b',],}{
"name": "ada",
"tags": [
"a",
"b"
]
}