Terri Si
Terri Si

Reputation: 47

Online Auto-correct

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

Answers (2)

Frost
Frost

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

flashsnake
flashsnake

Reputation: 562

I just found this site. Maybe it helps you.

http://www.fixjson.com

Upvotes: 7

Related Questions