summaryrefslogtreecommitdiff
path: root/json_object_iterator.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust the description of json_object_iterator a bit.Eric Haszlakiewicz2017-12-051-5/+0
* Issue #236: Add -Wcast-qual and fix casts to retain constness.Eric Haszlakiewicz2016-06-111-3/+3
* Since we already use a local json_bool type, replace any stdbool.h usage withEric Haszlakiewicz2012-04-241-2/+1
* Clean up documentation and correct sample codeKeith Derrick2012-04-231-16/+16
* Add alternative iterator implementationKeith Derrick2012-04-121-0/+169