1000ship / incomplete-json-parser

🎢 A streaming JSON parser that can handle incomplete or chunked JSON data.
14 stars 2 forks source link

:bug: handle cases where json has trailing whitespaces #2

Open ka-fuachie opened 4 days ago

ka-fuachie commented 4 days ago

Adds a check for whitespaces after parser has finished

fixes #1