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

Added jsmn_parse_next feature #148

Open compmaniak opened 5 years ago

compmaniak commented 5 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.