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.
 
 
 
 
 
 
Juraj Vijtiuk 1110e84cce Add json_object_add_int functions 8 years ago
..
Makefile.am Add json_object_add_int functions 8 years ago
parse_flags.c Enable -Werror and fix a number of minor warnings that existed. 13 years ago
parse_flags.h Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test-defs.sh Allow USE_VALGRIND to be set to anything starting with 0, N or n to disable valgrind during tests. 9 years ago
test1.c Issue #332: fix a long-standing bug in array_list_put_idx() where it would attempt to free previously free'd entries due to not checking the current array length. 9 years ago
test1.expected Updated expected test1 output which should have been included in commit fd9b3b2. 9 years ago
test1.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test1Formatted_plain.expected Updated expected test1 output which should have been included in commit fd9b3b2. 9 years ago
test1Formatted_pretty.expected Updated expected test1 output which should have been included in commit fd9b3b2. 9 years ago
test1Formatted_spaced.expected Updated expected test1 output which should have been included in commit fd9b3b2. 9 years ago
test2.c Very minor changes to some tests 10 years ago
test2.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test2.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_plain.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_pretty.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_spaced.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test4.c Very minor changes to some tests 10 years ago
test4.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test4.test tests: symlink basic tests to a single file that has the common code 9 years ago
testReplaceExisting.c Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 10 years ago
testReplaceExisting.expected Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 10 years ago
testReplaceExisting.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_basic.test tests: compress test_utile_file with test_basic 9 years ago
test_cast.c Squash deprecated function warning by replacing json_object_object_get calls with json_object_object_get_ex in test_cast. 11 years ago
test_cast.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test_cast.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_charcase.c Remove trailing whitespace 12 years ago
test_charcase.expected Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 12 years ago
test_charcase.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_compare.c Fix broken key-order test in test_compare. 9 years ago
test_compare.expected Add some basic tests for verifying json_object_equal behavior 10 years ago
test_compare.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_double_serializer.c Add a json_c_set_serialization_double_format() function to set the *library-wide* format for how doubles are written to a serialized JSON output. 9 years ago
test_double_serializer.expected Fix test_double_serializer expected output. 9 years ago
test_double_serializer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_float.c testbench: add test for floating point representation 9 years ago
test_float.expected testbench: add test for floating point representation 9 years ago
test_float.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_int_add.c Add json_object_add_int functions 8 years ago
test_int_add.expected Add json_object_add_int functions 8 years ago
test_int_add.test Add json_object_add_int functions 8 years ago
test_json_pointer.c PR #336: since we can't use function overriding (due to problems with it on 9 years ago
test_json_pointer.expected tests: add test_json_pointer test 9 years ago
test_json_pointer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_locale.c PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. 9 years ago
test_locale.expected Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 10 years ago
test_locale.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_null.c Very minor changes to some tests 10 years ago
test_null.expected Revert the test_null test back to emitted to stdout, and update the expected output to match. 13 years ago
test_null.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_parse.c Add a few more cases to test_parse to provide some examples of how parsing works; should help address the questions raised in Issue #302. 9 years ago
test_parse.expected Add a few more cases to test_parse to provide some examples of how parsing works; should help address the questions raised in Issue #302. 9 years ago
test_parse.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_parse_int64.c Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. 14 years ago
test_parse_int64.expected Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. 14 years ago
test_parse_int64.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_printbuf.c Restore sprintbuf(), add macro for string literals 9 years ago
test_printbuf.expected Restore sprintbuf(), add macro for string literals 9 years ago
test_printbuf.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_set_serializer.c Reformat the test sources. No functional change. 14 years ago
test_set_serializer.expected Update the set_serializer test to match the actual output. 14 years ago
test_set_serializer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_set_value.c string set and tests 9 years ago
test_set_value.expected string set and tests 9 years ago
test_set_value.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_util_file.c PR #336: since we can't use function overriding (due to problems with it on 9 years ago
test_util_file.expected Issue #161: add a json_object_to_fd() function. 9 years ago
test_util_file.test tests: compress test_utile_file with test_basic 9 years ago
test_visit.c Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
test_visit.expected Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
test_visit.test tests: symlink basic tests to a single file that has the common code 9 years ago
valid.json Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 10 years ago