Debora Grosse 3fc9bc0648 cJSON: Fix print_number to print significant digits of doubles 8 年之前
..
inputs 1ea72f8260 print_number: Remove trailing zeroes (for doubles) 8 年之前
json-patch-tests 49ebc85e7a Move ApplyPatch tests from test_utils.c to json. 8 年之前
unity ad5abf4c5b Update unity with fixes for compiler warnings 8 年之前
CMakeLists.txt 6ccfd5d603 tests: Move most of test_utils.c to old_utils_tests 8 年之前
common.c 84237ff48e Replace sizeof('\0') with sizeof("") 8 年之前
common.h b44c917be9 tests/common: use CJSON_PUBLIC 8 年之前
compare_tests.c 6ac896d8d2 cJSON_Compare: New function to compare json 8 年之前
json_patch_tests.c 49ebc85e7a Move ApplyPatch tests from test_utils.c to json. 8 年之前
misc_tests.c c45dc12fd7 Tests for typecheck functions 8 年之前
old_utils_tests.c 6ccfd5d603 tests: Move most of test_utils.c to old_utils_tests 8 年之前
parse_array.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
parse_examples.c 4f58695ed3 tests: extract common functionality to common.c 8 年之前
parse_hex4.c 4f58695ed3 tests: extract common functionality to common.c 8 年之前
parse_number.c 87a204ed0b parse_functions: Return booleans instead of pointers 8 年之前
parse_object.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
parse_string.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
parse_value.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
parse_with_opts.c bc0bb7c224 parse_with_opts: test return_parse_end 8 年之前
print_array.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
print_number.c 3fc9bc0648 cJSON: Fix print_number to print significant digits of doubles 8 年之前
print_object.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前
print_string.c 5ea4fad263 print_string: return boolean instead of pointer 8 年之前
print_value.c 2683589d93 parser: Construct error pointer from buffer offset 8 年之前