zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.65k stars 778 forks source link

Update jsmn.h to fix #179 #180

Open mulle-nat opened 4 years ago

mulle-nat commented 4 years ago

Fix numbers and other primitives not being incrementally parsed correctly in non-strict mode. This does not fix incremental parses of root primitives (outside of a container). But it's better than before.

The bug report for this is #179.