json-c  0.13.1
File List
Here is a list of all files with brief descriptions:
 arraylist.hInternal methods for working with json_type_array objects. Although this is exposed by the json_object_get_array() method, it is not recommended for direct use
 bits.hDo not use, only contains deprecated defines
 debug.hDo not use, json-c internal, may be changed or removed at any time
 json.hA convenience header that may be included instead of other individual ones
 json_c_version.hMethods for retrieving the json-c version
 json_inttypes.hDo not use, json-c internal, may be changed or removed at any time
 json_object.hCore json-c API. Start here, or with json_tokener.h
 json_object_iterator.hAn API for iterating over json_type_object objects, styled to be familiar to C++ programmers. Unlike json_object_object_foreach() and json_object_object_foreachC(), this avoids the need to expose json-c internals like lh_entry
 json_object_private.hDo not use, json-c internal, may be changed or removed at any time
 json_pointer.hJSON Pointer (RFC 6901) implementation for retrieving objects from a json-c object tree
 json_tokener.hMethods to parse an input string into a tree of json_object objects
 json_util.hMiscllaneous utility functions and macros
 json_visit.hMethods for walking a tree of objects
 linkhash.hInternal methods for working with json_type_object objects. Although this is exposed by the json_object_get_object() function and within the json_object_iter type, it is not recommended for direct use
 math_compat.hDo not use, json-c internal, may be changed or removed at any time
 printbuf.hInternal string buffer handing. Unless you're writing a json_object_to_json_string_fn implementation for use with json_object_set_serializer() direct use of this is not recommended
 random_seed.hDo not use, json-c internal, may be changed or removed at any time
 snprintf_compat.hDo not use, json-c internal, may be changed or removed at any time
 strdup_compat.hDo not use, json-c internal, may be changed or removed at any time
 strerror_override.hDo not use, json-c internal, may be changed or removed at any time
 strerror_override_private.hDo not use, json-c internal, may be changed or removed at any time
 vasprintf_compat.hDo not use, json-c internal, may be changed or removed at any time