zserge / jsmn

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

Added jsmn_parse_next feature #148

Open compmaniak opened 6 years ago

compmaniak commented 6 years ago

With jsmn_parse_next it is possible to parse large streams of JSON objects allocating and reusing only a small array of tokens.