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

@@ -28,6 +28,7 @@ libjson_cinclude_HEADERS = \
json_object_private.h \
json_tokener.h \
json_util.h \
json_visit.h \
linkhash.h \
math_compat.h \
printbuf.h \
@@ -43,6 +44,7 @@ libjson_c_la_SOURCES = \
json_object_iterator.c \
json_tokener.c \
json_util.c \
json_visit.c \
linkhash.c \
printbuf.c \
random_seed.c