zserge / jsmn

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

New JSMN_PARENT_CNT to allow enhanced enumeration of JSON Structures. #232

Open navaro opened 8 months ago

navaro commented 8 months ago

A new define JSMN_PARENT_CNT can be used for the compilation of jsmn.h. This subtle customisation allows for refined and advanced JSON structure traversal, making it possible to iteratively explore nested sub-objects within the JSON hierarchy.