]> git.ipfire.org Git - thirdparty/json-c.git/commit
Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 29 Oct 2016 19:01:20 +0000 (15:01 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 29 Oct 2016 19:01:20 +0000 (15:01 -0400)
commitecdc14f5352618910b43a9a041600a92af69fb5c
tree30cc2ae853861d416cce5a0f29ccf711d40004f0
parent7e12b9f47cc3222c5e1abdf1cb391fc07ea2043b
Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.
.gitignore
Makefile.am
json_visit.c [new file with mode: 0644]
json_visit.h [new file with mode: 0644]
tests/Makefile.am
tests/test_visit.c [new file with mode: 0644]
tests/test_visit.expected [new file with mode: 0644]
tests/test_visit.test [new file with mode: 0755]