mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user