Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modernize (#149) | Serge Zaitsev | 2019-04-20 |
| | | | | | | | | | | | | | | | * add .clang-format for automated code formatting * automatic code formatting * move config.mk below all target to allow custom non-default build targets * add license to the top of the file * use correct header file guards syntax * convert to single-header, header-only library * update makefile to use jsmn as a header-only library * update readme * add changed from PR #143 * fix clang warnings * add changes from PR #142 * add consts as per PR #134 | ||
* | Very minor changes to C source code | Nicola Spanti (RyDroid) | 2016-08-08 |
| | |||
* | Fix deheader warnings | Bastien Dejean | 2015-12-14 |
| | | | | | | | | Prior to this commit the output of deheader was: remove <stdlib.h> from ./jsmn.c in ./example/jsondump.c, realloc() portability requires <unistd.h>. in ./example/simple.c, strtol() portability requires <stdlib.h>. saw 4 files, 16 includes, 1 removable | ||
* | implemented key/value hierarchy; added 2 examples; fixed some warnings in tests | Serge A. Zaitsev | 2014-11-17 |