aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Squashed 'dependencies/jsmn/' changes from 053d3cd..1aa2e8fToni Uhlig2021-09-15
| | | | | | | | | 1aa2e8f Update README.md (#203) b85f161 Update README.md (#213) 23f13d2 Merge pull request #108 from olmokramer/patch-1 git-subtree-dir: dependencies/jsmn git-subtree-split: 1aa2e8f80849c983466b165d53542da9b1bd1b32
* Fixed a typo (value -> number) (#186)Alexey Radkov2020-02-19
|
* Modernize (#149)Serge Zaitsev2019-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
* btc/typos - JSON_ERROR_... should be JSMN_ERROR_... in README.mdBrian Carcich2018-01-25
|
* added travis badgeSerge A. Zaitsev2017-05-01
|
* Typo fix.condemned772016-03-28
| | | Minor typo fixed.
* Update README.mdSerge Zaitsev2016-01-20
|
* fix jsmntype_t definition in READMEEric Le Lay2015-12-07
|
* Fix typoBastien Dejean2015-11-19
|
* Changed links to githubSerge Zaitsev2015-09-24
|
* updated READMESerge A. Zaitsev2014-12-19
|
* removed JSMN_SUCCESS value from the readmeSerge A. Zaitsev2014-02-21
|
* edited readme about what's inside the repo. closes issue #19Serge A. Zaitsev2014-02-21
|
* fixed jsmntype_t definitionSerge A. Zaitsev2014-01-27
|
* added link to the web pageSerge A. Zaitsev2014-01-27
|
* rename README so markdown renders in source controlPeter Finlayson2013-12-23
The readme file is in markdown, but most source control systems and repos (including bitbucket) expect a markdown readme to be called README.md