summaryrefslogtreecommitdiff
path: root/json_visit.h
Commit message (Expand)AuthorAgeFilesLines
* Improved support for IBM operating systemsDavid McCann2020-05-141-0/+8
* Clean trailing white-space.Björn Esser2020-04-111-2/+2
* clang-format the filesdota172020-04-031-7/+5
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-1/+1
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+4
* Make sure to include the "*" on function pointer arguments to avoid a warning...Eric Haszlakiewicz2017-12-041-1/+1
* Add a json_c_visit() function to provide a way to iterate over a tree of json...Eric Haszlakiewicz2016-10-291-0/+91