Reputation: 47
Is there any good auto-correct JSON site you guys use? I've been using JSONLint. However, only validation is not enough for me, and I need it quite often.
Simple correction is enough. Like correcting this:
{
Abc: abcd,
'123': 123,
kjlkj: 'kjskjd',
}
Upvotes: 2
Views: 11994
Reputation: 31
Just use https://fix-json.com/ to validate and fix your json if you need. It does it automaticly. Just paste your code in the left section and click on the repair button. I hope this will be helpfull.
Upvotes: 1