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

Modified jsmn to use jsmnint_t, an unsigned int, for buffer indexes. #130

Closed schneidersoft closed 5 years ago

schneidersoft commented 6 years ago

Added length check for safe parsing of large data.

pt300 commented 5 years ago

This isn't what the label says anymore. Although use of unsigned type is/was discussed somewhere already.