dirty-json
dirty-json copied to clipboard
Make the parser work with the examples from Peteris' blog
Example:
{ "key": "value", "anotherkey": \"value"value\", "number": 45., "number2": nan }
https://peteris.rocks/blog/parsing-malformed-json/