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.
 
 
 
 
 
 
Helder Magalhães de478ddf97 Fix EOL to Linux 13 years ago
tests Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. 13 years ago
.gitignore Ignore the tests/testReplaceExisting binary. 13 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
Android.configure.mk Add an Android-friendly build system 13 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Fix EOL to Linux 13 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 Take a guess as to the rename changes changes needed to the Android part of the build. 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 Note the rename in the ChangeLog, and update the instructions in the README file. 13 years ago
README-WIN32.html Several readme files fixes 13 years ago
README.html Fix EOL to Linux 13 years ago
RELEASE_CHECKLIST.txt Fix git commands for tagging a release. 13 years ago
arraylist.c Merge pull request #27 from OBI-1/master 13 years ago
arraylist.h Add new json_object_array_sort function 14 years ago
autogen.sh Default autogen.sh to not running configure, unless some command line options are specified. 13 years ago
bits.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
config.h.in Check for the sys/cdefs.h header which on some systems defines the __warn_references macro. 13 years ago
config.h.win32 Direct people to send bug reports to the json-c google group. 13 years ago
configure.in Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
debug.c * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
debug.h Add JASSERT macro to guarantee aborts 13 years ago
json-c-uninstalled.pc.in Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
json-c.pc.in Modify install names for library and include files 13 years ago
json-c.vcproj * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json.h Add alternative iterator implementation 13 years ago
json.pc.in Re-add the "json" pkg-config file as a compatibility shim. 13 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 Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Related to issue #22. 13 years ago
json_object.c Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 years ago
json_object.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
json_object_iterator.c Since we already use a local json_bool type, replace any stdbool.h usage with 13 years ago
json_object_iterator.h Since we already use a local json_bool type, replace any stdbool.h usage with 13 years ago
json_object_private.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
json_tokener.c Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. 13 years ago
json_tokener.h For the prototype for json_tokener_error_desc(). 13 years ago
json_util.c Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. 13 years ago
json_util.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
libjson.c Create an additional libjson.so library that simply links against libjson-c, but emits a warning encouraging the use of the new library. 13 years ago
linkhash.c Add NULL-safe lookup function 13 years ago
linkhash.h Add NULL-safe lookup function 13 years ago
printbuf.c Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. 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