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 fbae8ad0ad Merge pull request #4 from deweerdt/master 14 years ago
.gitignore set svn:ignore and .gitignore to skip intermediate build files 15 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 Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API has been extended, but is still backwards compatible.. 14 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 * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
config.h.win32 * Make headers C++ compatible by change *this to *obj 18 years ago
configure.in Bump the version to 0.10, since that's what we were at. 14 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_inttypes.h * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
json_object.c Add new json_object_array_sort function 14 years ago
json_object.h Add new json_object_array_sort function 14 years ago
json_object_private.h move definition of json_object_iter to public header to enable external use of json_object_object_foreachC 14 years ago
json_tokener.c add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
json_tokener.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
json_util.c Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. 14 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 * Fix subtle bug in linkhash where lookup could hang after all slots 16 years ago
linkhash.h * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
parse_int64.test * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
printbuf.c Simplify things by storing integer values only as int64_t's internally, and 15 years ago
printbuf.h * Correct comment describing printbuf_memappend in printbuf.h 16 years ago
test-defs.sh * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test1.c Add new json_object_array_sort function 14 years ago
test1.expected Add new json_object_array_sort function 14 years ago
test1.test * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test2.c * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
test2.expected * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test2.test * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test4.c * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test4.expected * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test4.test * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test_cast.c Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. 14 years ago
test_cast.expected Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. 14 years ago
test_cast.test Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. 14 years ago
test_null.c update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
test_null.expected update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
test_null.test update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
test_parse_int64.c Simplify things by storing integer values only as int64_t's internally, and 15 years ago
test_parse_int64.expected Simplify things by storing integer values only as int64_t's internally, and 15 years ago