summaryrefslogtreecommitdiff
path: root/json_object_iterator.h
Commit message (Collapse)AuthorAgeFilesLines
* Add includes and split off json_types.h to help ensure that headers can be ↵Eric Haszlakiewicz2020-04-061-8/+1
| | | | included in any order.
* clang-format the filesdota172020-04-031-26/+13
|
* Issue #488: use JSON_EXPORT on functions so they are properly exported on ↵Eric Haszlakiewicz2019-09-081-7/+15
| | | | Windows.
* 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
| | | | ansi mode.
* Since we already use a local json_bool type, replace any stdbool.h usage withEric Haszlakiewicz2012-04-241-3/+2
| | | | that, since not all environments actually have a stdbool.h to use.
* Clean up documentation and correct sample codeKeith Derrick2012-04-231-81/+67
|
* Add alternative iterator implementationKeith Derrick2012-04-121-0/+254