DEV Community

mawmawia
mawmawia

Posted on

I built a free JSON repair API because ChatGPT keeps giving me broken JSON

I got tired of ChatGPT and Claude giving me this:


json
{
  name: 'test', 
  active: true,
  tags: [a, b,] // comment
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)