C-based memory friendly JSON parser based on Serge Zaitsev's JSMN (https://bitbucket.org/zserge/jsmn/wiki/Home)
Dependents: _library_jsmn _library_jsmn _library_jsmn
JSMN
jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be easily integrated into resource-limited or embedded projects.
You can find more information about JSON format at json.org
Library sources are available at https://bitbucket.org/zserge/jsmn
The web page with some information about jsmn can be found at http://zserge.com/jsmn.html
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:5167da2fcc4e | 2014-11-17 | yoonghm | Updated copyright information. |
1:70061827a9c8 | 2014-11-17 | yoonghm | Update based on bug fixes at https://bitbucket.org/zserge/jsmn/overview as at 17-Nov-2014. |
0:46575249ef23 | 2014-05-06 | yoonghm | Initial version. |