summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* tested partial parser for strings, added primitive string parser test, fixed ↵Serge A. Zaitsev2012-02-01
| | | | token allocation
* changed API: parse now is more flexible, but init jsut resets the parser; ↵Serge A. Zaitsev2012-02-01
| | | | added new test macro to compate strings, fixed Makefile
* switched to C unit-tests instead of bashSerge A. Zaitsev2012-02-01
|
* using system AR program, build options are moved to config.mkSerge A. Zaitsev2012-01-30
|
* All objects renamed using jsmn prefix to keep consistency and not be mixed ↵Serge A. Zaitsev2010-12-27
| | | | with other json libraries. Demo is now called just demo.
* Design: primitive type implemented as a replacement to boolean/number/null. ↵Serge A. Zaitsev2010-11-17
| | | | String tokens point to the unquoted string
* Design: rewritten using parser structureSerge A. Zaitsev2010-11-16
|
* 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 ↵Serge A. Zaitsev2010-11-15
no comments. Please, don't read this changeset