Lines Matching refs:to
19 * change the floating point output format to %.17g so values with
28 * Various changes to fix the build on MSVC.
37 * Added a json_object_new_double_s() convenience function to allow
38 an exact string representation of a double to be specified when
47 * IMPORTANT: the name of the library has changed to libjson-c.so and
49 The pkgconfig name has also changed from json to json-c.
50 You should change your build to use appropriate -I and -l options.
52 continue to work, but that will be removed in the next release.
58 …* Rewrite json_object_object_add to replace just the value if the key already exists so keys remai…
59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
60 …* Add a json_set_serializer() function to allow the string output of a json_object to be customize…
64 * speed improvements to parsing 64-bit integers on systems with working sscanf
66 * Fix a bug (buffer overrun) when expanding arrays to more than 64 entries.
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
73 to distinguish between a key not present and the value being NULL.
75 * Make json_object_iter public to enable external use of the
77 * Add a printbuf_memset() function to provide an effecient way to set and
80 json_type_null for NULL objects and handle NULL passed to
82 * Rename boolean type to json_bool.
84 * Allow json_tokener_parse_ex() to be re-used to parse multiple object.
87 * Add json_tokener_get_error() and json_tokener_error_desc() to better
89 * Various improvements to the documentation of many functions.
113 * Correction to comment describing printbuf_memappend in printbuf.h
117 * Add README.html README-WIN32.html config.h.win32 to Makefile.am
119 * Add const qualifier to the json_tokener_parse functions
127 * Fix json_object_get_boolean to return false for empty string
129 * optimizations to json_tokener_parse_ex(), printbuf_memappend()
133 * Add casts from void* to type of assignment when using malloc
134 * Add #ifdef __cplusplus guards to all of the headers
138 to not return TRUE for zero length string. Remove redundant includes.
141 -Wold-style-definition to the compilatin flags.
143 * Add const correctness to public interfaces
149 * Add macros to enable compiling out debug code
154 * Patch allows for json-c compile with -Werror and not fail due to
159 * Add escaping of backslash to json output
161 * Changes to internal tokenizer from using recursion to
162 using a depth state structure to allow incremental parsing
172 * Make headers C++ compatible by change *this to *obj
173 * Add ifdef C++ extern "C" to headers
180 * Change license from LGPL to MIT
191 * fix type passed to printbuf_memappend in json_tokener
199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
202 Added scope operator to wrap usage of json_object_object_foreach, this
203 needs to be rethought to be more ANSI C friendly
209 Added cast and mask to suffice size_t v. unsigned int conversion
214 * Change to automake and libtool to build shared and static library