json-c  0.15
json-c-0.15 Directory Reference

Files

file  arraylist.h
 Internal 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.
 
file  json.h
 A convenience header that may be included instead of other individual ones.
 
file  json_c_version.h
 Methods for retrieving the json-c version.
 
file  json_inttypes.h
 Do not use, json-c internal, may be changed or removed at any time.
 
file  json_object.h
 Core json-c API. Start here, or with json_tokener.h.
 
file  json_object_iterator.h
 An 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.
 
file  json_pointer.h
 JSON Pointer (RFC 6901) implementation for retrieving objects from a json-c object tree.
 
file  json_tokener.h
 Methods to parse an input string into a tree of json_object objects.
 
file  json_types.h
 Basic types used in a few places in json-c, but you should include "json_object.h" instead.
 
file  json_util.h
 Miscllaneous utility functions and macros.
 
file  json_visit.h
 Methods for walking a tree of objects.
 
file  linkhash.h
 Internal 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.
 
file  printbuf.h
 Internal 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.