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.
 
 
 
 
 
 
Keith Derrick 37e7467476 Rename boolean type to json_bool 13 years ago
.gitignore Some updates to make the code compatible with VC 9 (2008) 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 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
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 * Make headers C++ compatible by change *this to *obj 18 years ago
configure.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
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 Rename boolean type to json_bool 13 years ago
json_object.h Rename boolean type to json_bool 13 years ago
json_object_private.h Rename boolean type to json_bool 13 years ago
json_tokener.c Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. 13 years ago
json_tokener.h Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. 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 * 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 Some updates to make the code compatible with VC 9 (2008) 13 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 Issue#10: add some const qualifiers so test1 compiles again. 13 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