Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.

This commit is contained in:
Eric Haszlakiewicz
2016-10-29 15:01:20 -04:00
parent 7e12b9f47c
commit ecdc14f535
8 changed files with 410 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ TESTS+= test_printbuf.test
TESTS+= test_set_serializer.test
TESTS+= test_compare.test
TESTS+= test_set_value.test
TESTS+= test_visit.test
check_PROGRAMS=
check_PROGRAMS += $(TESTS:.test=)