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

Foreach #182

Closed clnhlzmn closed 3 years ago

clnhlzmn commented 4 years ago

I have added a function jsmn_foreach_in_compound calls a callback function for each key in an object or value in an array.