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 Hawicz 9dbf2880cc Adjust the behavior of the args passed to json_patch_apply to make it easier to do in place modifications, and add a struct json_patch_error to report more details on failures. 2 years ago
.github/ISSUE_TEMPLATE Update issue templates 3 years ago
apps add JSON_C_TO_STRING_COLOR option 2 years ago
bench Fix typos 3 years ago
cmake Issue #668: add the option to specify "cmake -DUSELOCALE_NEEDS_FREELOCALE=1" to work around a bug in older versions of FreeBSD (<12.4). 2 years ago
doc Fix typos found by codespell 3 years ago
fuzz Improve a bit the coverage of the fuzzer 3 years ago
tests Adjust the behavior of the args passed to json_patch_apply to make it easier to do in place modifications, and add a struct json_patch_error to report more details on failures. 2 years ago
.clang-format Add AfterCaseLabel to .clang-format 4 years ago
.editorconfig Adjusted URLs 3 years ago
.gitignore Added basic tests for `json_object_get_int`, `json_object_get_int64`, `json_object_get_uint64` 2 years ago
.travis.yml Trim a few travis builds, update others to more recent toolchains. 3 years ago
AUTHORS Add new authors since the 0.15 release, tweak instructions for how to update that list. 3 years ago
Android.configure.mk Issue #369: note some useful settings when building for Android. 8 years ago
CMakeLists.txt Create a json_pointer_private.h and move a few things there, fix test warnings, note array_list_insert_idx is private. 2 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Explicitly check for integer overflow/underflow when parsing integers with JSON_TOKENER_STRICT. 2 years ago
INSTALL Remove multiple trailing newlines at EOF. 5 years ago
NEWS Improving README 9 years ago
README Improving README 9 years ago
README.html Adjusted URLs 3 years ago
README.md docs: update to Internet Standard reference 2 years ago
RELEASE_CHECKLIST.txt Issue #688: Only exclude generated doc/* files, keep the CMakeLists.txt, etc... so the nodoc tarball can still be built. 2 years ago
STYLE.txt Remove multiple trailing newlines at EOF. 5 years ago
appveyor.yml Put the most recent image first in appveyor builds. 3 years ago
arraylist.c json_object: introduce json_object_array_insert_idx() API function 2 years ago
arraylist.h json_object: introduce json_object_array_insert_idx() API function 2 years ago
cmake-configure Add --disable-static and --disable-dynamic options to the cmake-configure script. 3 years ago
debug.c clang-format the files 5 years ago
debug.h Issue #709: adjust some include guards to be a bit more json-c specific. 4 years ago
issues_closed_for_0.13.md Fix a number of things with the generated docs, including translating triple-backtick code blocks into a form doxygen understands. 5 years ago
issues_closed_for_0.14.md Fix a number of things with the generated docs, including translating triple-backtick code blocks into a form doxygen understands. 5 years ago
issues_closed_for_0.15.md Update AUTHORS, add issues_closed_for_0.15.md, tweak the release checklist slightly. 5 years ago
issues_closed_for_0.16.md Update the ChangeLog with recent changes, in preparation for a 0.16 release. 3 years ago
json-c.pc.in Improve pkgconfig setting 7 years ago
json-c.sym Create a json_pointer_private.h and move a few things there, fix test warnings, note array_list_insert_idx is private. 2 years ago
json.h.cmakein json_patch: add first implementation only with patch application 2 years ago
json_c_version.c clang-format the files 5 years ago
json_c_version.h Update the master branch to version 16.99 3 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_config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
json_inttypes.h json_inttypes.h: Define ssize_t on windows platforms 3 years ago
json_object.c json_object: introduce json_object_array_insert_idx() API function 2 years ago
json_object.h json_object: introduce json_object_array_insert_idx() API function 2 years ago
json_object_iterator.c Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to pave the way for making the lh_table and lh_entry structure opaque in the future. 3 years ago
json_object_iterator.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
json_object_private.h Create a json_pointer_private.h and move a few things there, fix test warnings, note array_list_insert_idx is private. 2 years ago
json_patch.c Adjust the behavior of the args passed to json_patch_apply to make it easier to do in place modifications, and add a struct json_patch_error to report more details on failures. 2 years ago
json_patch.h Adjust the behavior of the args passed to json_patch_apply to make it easier to do in place modifications, and add a struct json_patch_error to report more details on failures. 2 years ago
json_pointer.c Fix an uninitialized memory access in json_pointer. 2 years ago
json_pointer.h json_pointer: fix comments about printf() variants of set/get() 2 years ago
json_pointer_private.h Fix an uninitialized memory access in json_pointer. 2 years ago
json_tokener.c Issue #668: add the option to specify "cmake -DUSELOCALE_NEEDS_FREELOCALE=1" to work around a bug in older versions of FreeBSD (<12.4). 2 years ago
json_tokener.h json_tokener_parse_ex: handle out of memory errors 3 years ago
json_types.h To avoid target exe file export JSON functions. 4 years ago
json_util.c Apply same EINVAL handling to json_parse_uint64() as was done for json_parse_int64(). Document that overflow/underflow for these functions is not an error, but sets errno=ERANGE. 2 years ago
json_util.h Apply same EINVAL handling to json_parse_uint64() as was done for json_parse_int64(). Document that overflow/underflow for these functions is not an error, but sets errno=ERANGE. 2 years ago
json_visit.c clang-format the files 5 years ago
json_visit.h Improved support for IBM operating systems 5 years ago
libjson.c clang-format the files 5 years ago
linkhash.c Fix typos in comments 3 years ago
linkhash.h Fix typos in code comments and ChangeLog 3 years ago
math_compat.h Revert part of PR#606 and use isnan/isinf again, but provide macro implementations of those in math_compat.h is needed, as it seems to be on AIX and IBM i systems. 5 years ago
printbuf.c json_object_from_fd_ex: fail if file is too large 3 years ago
printbuf.h Adjusted URLs 3 years ago
random_seed.c get_time_seed(): silence warning emitted by Coverity Scan static analyzer 3 years ago
random_seed.h Fix compiler warnings 6 years ago
snprintf_compat.h Problem: confusing error message in snprintf_compat.h 2 years ago
strdup_compat.h clang-format the files 5 years ago
strerror_override.c Properly format errnos in _json_c_strerror 5 years ago
strerror_override.h clang-format the files 5 years ago
vasprintf_compat.h vasprintf(): avoid out of memory accesses 3 years ago