jsonrepair
Repair invalid JSON documents. Documentation:
https://github.com/josdejong/jsonrepair
Input (invalid JSON)
{ 'firstName': 'John' lastName “Smith” fullName: John Smith, // TODO: fill in last season scores: [ 7.8, 6.3, 7.1, ], "comments": "John loves a challenge, " + "but can quickly lose focus." }
Output (fixed JSON)
loading...