summaryrefslogtreecommitdiff
path: root/jsmn.h
Commit message (Expand)AuthorAge
* changed API: parse now is more flexible, but init jsut resets the parser; add...Serge A. Zaitsev2012-02-01
* Complex types (objects and arrays) now have also size - number of child elementsSerge A. Zaitsev2010-12-28
* All objects renamed using jsmn prefix to keep consistency and not be mixed wi...Serge A. Zaitsev2010-12-27
* Token manipulation functions changes. size_t replaced with unsigned int.Serge A. Zaitsev2010-11-17
* Design: primitive type implemented as a replacement to boolean/number/null. S...Serge A. Zaitsev2010-11-17
* Design: rewritten using parser structureSerge A. Zaitsev2010-11-16
* Design: some error codes addedSerge A. Zaitsev2010-11-16
* Feature: make difference between numbers and other primitivesSerge A. Zaitsev2010-11-16
* Fix: errpos has got a correct type nowSerge A. Zaitsev2010-11-15
* Demo separated from the jsmn code. Makefile changed. Some comments addedSerge A. Zaitsev2010-11-15
* Initial commit. Demo program is included in the jsmn.c code. Ugly names and n...Serge A. Zaitsev2010-11-15