2

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',
}
M--
  • 25,431
  • 8
  • 61
  • 93
Terri Si
  • 47
  • 1
  • 1
  • 4
  • 1
    I don't think its possible for any serializer to load an incorrect json and try to auto-correct that for me with good accuracy. There may be some for just the basic purposes but may not be very helpful. – Ali Baig Jan 26 '17 at 00:49

2 Answers2

7

I just found this site. Maybe it helps you.

http://www.fixjson.com

flashsnake
  • 532
  • 2
  • 4
  • 14
1

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.

Frost
  • 31
  • 5