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 example of how to access JSON object members and array elements. #172

Open dgmz opened 4 years ago

dgmz commented 4 years ago

In the example, two helper functions are ingtroduced to access the contents more easily.

dgmz commented 4 years ago

/close #164