summaryrefslogtreecommitdiff
path: root/apps/json_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/json-c/json-cEric Hawicz2020-05-081-4/+3
|\
| * json_parse demo: fix and use usage() functionPierce Lopez2020-05-081-7/+6
| |
* | Fix printf format issues in apps/json_parse, and actually call the usage() ↵Eric Hawicz2020-05-031-6/+7
|/ | | | function.
* Extend the CMakeLists.txt in the apps directory to be usable as a standalone ↵Eric Haszlakiewicz2020-04-261-2/+14
| | | | | | build, to link against other versions of json-c. Tweak json_parse.c slightly to allow it to build against older json-c versions.
* Add an apps directory, and a json_parse program to parse an input file and ↵Eric Haszlakiewicz2020-04-211-0/+175
report on memory usage. This is intended to provide a way, during development, to test out the memory and performance impacts of a change.