You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Haszlakiewicz c1b8891a13 Move the rest of the tests into the tests subdirectory. 13 years ago
tests Move the rest of the tests into the tests subdirectory. 13 years ago
.gitignore Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. 13 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
COPYING * Add escaping of backslash to json output 18 years ago
ChangeLog Note a few recent changes in the ChangeLog. 14 years ago
Doxyfile * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
INSTALL * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
Makefile.am Move the rest of the tests into the tests subdirectory. 13 years ago
Makefile.am.inc Create a tests subdirectory and move one of the test to there. 13 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
README Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
README-WIN32.html Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
README.html Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
RELEASE_CHECKLIST.txt Add an initial (incomplete) release checklist. 14 years ago
arraylist.c Add new json_object_array_sort function 14 years ago
arraylist.h Add new json_object_array_sort function 14 years ago
autogen.sh * Make headers C++ compatible by change *this to *obj 18 years ago
bits.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
config.h.in Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 13 years ago
config.h.win32 Direct people to send bug reports to the json-c google group. 13 years ago
configure.in Create a tests subdirectory and move one of the test to there. 13 years ago
debug.c * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
debug.h * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
json-c.vcproj * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json.h * Make headers C++ compatible by change *this to *obj 18 years ago
json.pc.in * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json_config.h.in Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 13 years ago
json_inttypes.h Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 13 years ago
json_object.c Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. 13 years ago
json_object.h Mention json_type_to_name() in the docs for json_object_get_type(). 13 years ago
json_object_private.h Rename boolean type to json_bool 13 years ago
json_tokener.c Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed. 13 years ago
json_tokener.h For the prototype for json_tokener_error_desc(). 13 years ago
json_util.c Some updates to make the code compatible with VC 9 (2008) 13 years ago
json_util.h Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. 14 years ago
linkhash.c Define a LH_LOAD_FACTOR constant and note the range that it can be set to. 13 years ago
linkhash.h Define a LH_LOAD_FACTOR constant and note the range that it can be set to. 13 years ago
printbuf.c Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. 13 years ago
printbuf.h Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. 13 years ago