dirty-json icon indicating copy to clipboard operation
dirty-json copied to clipboard

Make the parser work with the examples from Peteris' blog

Open RyanMarcus opened this issue 8 years ago • 0 comments

Example:

{ "key": "value", "anotherkey": \"value"value\", "number": 45., "number2": nan }

https://peteris.rocks/blog/parsing-malformed-json/

RyanMarcus avatar Nov 19 '16 20:11 RyanMarcus