RyanMarcus / dirty-json

A parser for invalid JSON
GNU Affero General Public License v3.0
294 stars 30 forks source link

Make the parser work with the examples from Peteris' blog #4

Open RyanMarcus opened 7 years ago

RyanMarcus commented 7 years ago

Example:

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

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