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.
 
 
 
 
 
 
Jehiah Czebotar c096f5a7d7 readme updates 14 years ago
.gitignore set svn:ignore and .gitignore to skip intermediate build files 15 years ago
AUTHORS * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
COPYING * Add escaping of backslash to json output 18 years ago
ChangeLog * Fix file descriptor leak if memory allocation fails in json_util 15 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 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
README readme updates 14 years ago
README-WIN32.html Ooops. remove literal ^M (copy and paste problem) 16 years ago
README.html Add mailing lists to README.html 16 years ago
arraylist.c * Rename min and max so we can never clash with C or C++ std library 16 years ago
arraylist.h * Don't use this as a variable, so we can compile with a C++ compiler 16 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 Add const correctness to public interfaces 16 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 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
json_object.h update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
json_object_private.h update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 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 Simplify things by storing integer values only as int64_t's internally, and 15 years ago
json_util.h * Add int64 support. Two new functions json_object_net_int64 and 15 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 json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
test1.expected * Add int64 support. Two new functions json_object_net_int64 and 15 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_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