Lines Matching refs:Add
42 * Add support NaN and Infinity
57 * Add support for building on Android.
60 …* Add a json_set_serializer() function to allow the string output of a json_object to be customize…
62 * Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
65 * Add a json_object_object_length function.
70 * Add a json_object_to_json_string_ext() function to allow output to be
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
74 * Add an alternative iterator implementation, see json_object_iterator.h
77 * Add a printbuf_memset() function to provide an effecient way to set and
87 * Add json_tokener_get_error() and json_tokener_error_desc() to better
90 * Add new json_object_array_sort() function.
94 * Add a json_type_to_name() function.
96 * Add a json_tokener_parse_verbose() function.
102 * Add int64 support. Two new functions json_object_net_int64 and
111 * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
117 * Add README.html README-WIN32.html config.h.win32 to Makefile.am
119 * Add const qualifier to the json_tokener_parse functions
133 * Add casts from void* to type of assignment when using malloc
134 * Add #ifdef __cplusplus guards to all of the headers
135 * Add typedefs for json_object, json_tokener, array_list, printbuf, lh_table
143 * Add const correctness to public interfaces
147 * Add va_end for every va_start
149 * Add macros to enable compiling out debug code
153 * Add stddef.h include
159 * Add escaping of backslash to json output
160 * Add escaping of foward slash on tokenizing and output
173 * Add ifdef C++ extern "C" to headers
185 * Add back sign reversal in nested object parse as error pointer