| Commit message (Expand) | Author | Age |
... | |
| * | Merged in MacGritsch/jsmn-patch (pull request #7) | Serge Zaitsev | 2014-02-21 |
| |\ |
|
| | * | Added "extern C" to use it with CPP. | Gabriel Gritsch | 2014-02-21 |
| | * | Integrate changes made by Serge Zaitsev. | Gabriel Gritsch | 2014-02-21 |
| | * | Changes for SIZE_MAX | Gabriel Gritsch | 2014-02-16 |
| | * | - Added possibility to specify the lenght of the input buffer (if not null-te... | Gabriel Gritsch | 2014-02-16 |
| | * | - Added possibility to specify the lenght of the input buffer (if not null-te... | Gabriel Gritsch | 2014-02-16 |
| | * | - Added possibility to specify the lenght of the input buffer (if not null-te... | Gabriel Gritsch | 2014-02-12 |
| * | | edited readme about what's inside the repo. closes issue #19 | Serge A. Zaitsev | 2014-02-21 |
| * | | added way to specify json string length, added test for non-strict mode | Serge A. Zaitsev | 2014-02-21 |
| * | | added way to estimate number of tokens before parsing | Serge A. Zaitsev | 2014-02-20 |
| |/ |
|
| * | a proper fix for signed comparison | Serge A. Zaitsev | 2014-02-09 |
| * | added cast size_t to int to avoid warnings, removed string.h header since it ... | Serge A. Zaitsev | 2014-02-09 |
| * | fixed jsmntype_t definition | Serge A. Zaitsev | 2014-01-27 |
| * | added link to the web page | Serge A. Zaitsev | 2014-01-27 |
| * | Merged in frnknstn/jsmn/markdown (pull request #5) | Serge Zaitsev | 2014-01-27 |
| |\ |
|
| | * | rename README so markdown renders in source control | Peter Finlayson | 2013-12-23 |
| * | | Merged in frnknstn/jsmn/clean (pull request #4) | Serge Zaitsev | 2014-01-27 |
| |\ \ |
|
| | * | | delete jsmn_test.exe when doing make clean | Peter Finlayson | 2013-12-23 |
| | |/ |
|
| * | | fixed indentation and comments style after merge | Serge A. Zaitsev | 2014-01-27 |
| * | | Removes the incorrect counting of tokens | del6597 | 2013-07-19 |
| |\ \ |
|
| | * | | Added a method for jsmn_estimate_tokens(const char *json); | del6597 | 2013-07-17 |
| | |/ |
|
| * / | Adds checking to unicode characters that are \uXXXX where X is a hexidecimal ... | del6597 | 2013-07-19 |
| |/ |
|
| * | fixed: invalid object/arrays were passed successfully in tree mode; added tes... | Serge A. Zaitsev | 2012-10-22 |
| * | fixed typo | Serge A. Zaitsev | 2012-10-01 |
| * | fixed tests: missing jsmn_init() before parsing; added tests for empty arrays... | Serge A. Zaitsev | 2012-10-01 |
| * | fixed strict mode: space symbols are allowed after primitives; added some new... | Serge A. Zaitsev | 2012-09-26 |
| * | added optional parent token pointer support. Increases parsing speed | Serge A. Zaitsev | 2012-09-26 |
| * | removed unused variable | Serge A. Zaitsev | 2012-09-23 |
| * | tokens array items are now being initialized during allocation, removed redun... | Serge A. Zaitsev | 2012-09-23 |
| * | changed return value to jsmnerr_t, fixed warning about signed/unsigned values | Serge A. Zaitsev | 2012-09-03 |
| * | fix: error is returned if brackets are unmatched | Serge A. Zaitsev | 2012-02-02 |
| * | fixed: superior node size is now an index, not a pointer (safe to realloc) | Serge A. Zaitsev | 2012-02-02 |
| * | added reading with small number of tokens test, fixed NOMEM issue #2 | Serge A. Zaitsev | 2012-02-02 |
| * | added test for partial array reading | Serge A. Zaitsev | 2012-02-02 |
| * | fixed typo, added JSMN_STRICT mode | Serge A. Zaitsev | 2012-02-01 |
| * | added one more test case for partial string parser | Serge A. Zaitsev | 2012-02-01 |
| * | tested partial parser for strings, added primitive string parser test, fixed ... | Serge A. Zaitsev | 2012-02-01 |
| * | added tests for primitive types, primitive types now can be stored outside th... | Serge A. Zaitsev | 2012-02-01 |
| * | removed JSON string and token array from parser internals, because they must ... | Serge A. Zaitsev | 2012-02-01 |
| * | changed API: parse now is more flexible, but init jsut resets the parser; add... | Serge A. Zaitsev | 2012-02-01 |
| * | switched to C unit-tests instead of bash | Serge A. Zaitsev | 2012-02-01 |
| * | renamed: get_token to alloc_token | Serge A. Zaitsev | 2012-02-01 |
| * | using system AR program, build options are moved to config.mk | Serge A. Zaitsev | 2012-01-30 |
| * | added download links in README | Serge A. Zaitsev | 2011-09-15 |
| * | fixed: issue #1, thanks to m_einman for his patch | Serge A. Zaitsev | 2011-03-28 |
| * | README updated | Serge A. Zaitsev | 2010-12-28 |
| * | Complex types (objects and arrays) now have also size - number of child elements | Serge A. Zaitsev | 2010-12-28 |
| * | Some comments added in json.c | Serge A. Zaitsev | 2010-12-27 |
| * | All objects renamed using jsmn prefix to keep consistency and not be mixed wi... | Serge A. Zaitsev | 2010-12-27 |
| * | Fix: check if no tokens lefs, return error in that case | Serge Zaitsev | 2010-12-26 |