|
|
|
|
|
by RMarcus
3504 days ago
|
|
I wrote a library to handle (many cases) of invalid JSON, motivated by a similar experience. https://github.com/RyanMarcus/dirty-json I'm on my phone now, but later today I'll test to see if it would have worked for the author. It's good for cleaning up JSON, but I would be weary of putting it (or anything like it) anywhere near production. |
|