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 8310d3634c Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. 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 Remove a few more things in the distclean target to get rid of *all* generated files. 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 Direct people to send bug reports to the json-c google group. 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
parse_int64.test * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
printbuf.c Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. 13 years ago
printbuf.h Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. 13 years ago
test-defs.sh * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
test1.c 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
test1.expected 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
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 Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. 13 years ago
test_cast.expected Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. 13 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.c 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
test_parse.expected 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
test_parse.test 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
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