Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Very minor changes to Makefile | Nicola Spanti (RyDroid) | 2016-08-08 |
| | |||
* | moved tests into a subfolder, added table-driven tests | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added js string boundaries checks for string parser, fixes issue #31; added ↵ | Serge A. Zaitsev | 2014-11-17 |
| | | | | tests to cover it; fixed makefile to use custom cflags/ldflags | ||
* | implemented key/value hierarchy; added 2 examples; fixed some warnings in tests | Serge A. Zaitsev | 2014-11-17 |
| | |||
* | delete jsmn_test.exe when doing make clean | Peter Finlayson | 2013-12-23 |
| | | | | When building the jsmn test suite on Windows via mingw, the output executable is called "jsmn_test.exe" instead of just "jsmn_test". | ||
* | tested partial parser for strings, added primitive string parser test, fixed ↵ | Serge A. Zaitsev | 2012-02-01 |
| | | | | token allocation | ||
* | changed API: parse now is more flexible, but init jsut resets the parser; ↵ | Serge A. Zaitsev | 2012-02-01 |
| | | | | added new test macro to compate strings, fixed Makefile | ||
* | switched to C unit-tests instead of bash | Serge A. Zaitsev | 2012-02-01 |
| | |||
* | using system AR program, build options are moved to config.mk | Serge A. Zaitsev | 2012-01-30 |
| | |||
* | All objects renamed using jsmn prefix to keep consistency and not be mixed ↵ | Serge A. Zaitsev | 2010-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. Zaitsev | 2010-11-17 |
| | | | | String tokens point to the unquoted string | ||
* | Design: rewritten using parser structure | Serge A. Zaitsev | 2010-11-16 |
| | |||
* | Demo separated from the jsmn code. Makefile changed. Some comments added | Serge A. Zaitsev | 2010-11-15 |
| | |||
* | Initial commit. Demo program is included in the jsmn.c code. Ugly names and ↵ | Serge A. Zaitsev | 2010-11-15 |
no comments. Please, don't read this changeset |