summaryrefslogtreecommitdiff
path: root/json_object_iterator.h
Commit message (Expand)AuthorAgeFilesLines
* Add includes and split off json_types.h to help ensure that headers can be in...Eric Haszlakiewicz2020-04-061-8/+1
* clang-format the filesdota172020-04-031-26/+13
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-7/+15
* Adjust the description of json_object_iterator a bit.Eric Haszlakiewicz2017-12-051-4/+5
* Issue #76: use old style comment to allow json_object_iterator.h to build in ...Eric Haszlakiewicz2013-04-301-1/+1
* Since we already use a local json_bool type, replace any stdbool.h usage withEric Haszlakiewicz2012-04-241-3/+2
* Clean up documentation and correct sample codeKeith Derrick2012-04-231-81/+67
* Add alternative iterator implementationKeith Derrick2012-04-121-0/+254