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

History

Updated copyright information. default tip

2014-11-17, by yoonghm [Mon, 17 Nov 2014 16:09:04 +0000] rev 2

Updated copyright information.


Update based on bug fixes at https://bitbucket.org/zserge/jsmn/overview as at 17-Nov-2014.

2014-11-17, by yoonghm [Mon, 17 Nov 2014 15:54:28 +0000] rev 1

Update based on bug fixes at https://bitbucket.org/zserge/jsmn/overview as at 17-Nov-2014.


Initial version.

2014-05-06, by yoonghm [Tue, 06 May 2014 09:33:30 +0000] rev 0

Initial version.