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.
 
 
 
 
 
 
Andrea Faulds bda0540cb9 Only allow lowercase literals in STRICT mode 12 years ago
..
Makefile.am Only allow lowercase literals in STRICT mode 12 years ago
parse_flags.c Enable -Werror and fix a number of minor warnings that existed. 12 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. 13 years ago
parse_int64.test Move the rest of the tests into the tests subdirectory. 13 years ago
test-defs.sh Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test1.c Add a missing json_object_get() so we don't try to use a freed object in test1. 13 years ago
test1.expected Fix a memory leak in test1 with respect to how json_object_object_del was used. 13 years ago
test1.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test1Formatted_plain.expected Fix a memory leak in test1 with respect to how json_object_object_del was used. 13 years ago
test1Formatted_pretty.expected Fix a memory leak in test1 with respect to how json_object_object_del was used. 13 years ago
test1Formatted_spaced.expected Fix a memory leak in test1 with respect to how json_object_object_del was used. 13 years ago
test2.c Reformat the test sources. No functional change. 13 years ago
test2.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test2.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 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. 13 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. 13 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. 13 years ago
test4.c Reformat the test sources. No functional change. 13 years ago
test4.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test4.test Move the rest of the tests into the tests subdirectory. 13 years ago
testReplaceExisting.c Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. 12 years ago
testReplaceExisting.expected Make it safe to delete keys while iterating with the json_object_object_foreach macro. 13 years ago
testReplaceExisting.test Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 years ago
test_cast.c Reformat the test sources. No functional change. 13 years ago
test_cast.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test_cast.test Move the rest of the tests into the tests subdirectory. 13 years ago
test_locale.c probably worth an option for this 12 years ago
test_locale.expected Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. 12 years ago
test_locale.test Include the test_locale test in the tests that run. 12 years ago
test_null.c Revert the test_null test back to emitted to stdout, and update the expected output to match. 12 years ago
test_null.expected Revert the test_null test back to emitted to stdout, and update the expected output to match. 12 years ago
test_null.test Move the rest of the tests into the tests subdirectory. 13 years ago
test_parse.c Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. 12 years ago
test_parse.expected Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. 12 years ago
test_parse.test Move the rest of the tests into the tests subdirectory. 13 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. 13 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. 13 years ago
test_printbuf.c Enable -Werror and fix a number of minor warnings that existed. 12 years ago
test_printbuf.expected Actually save the expected output for the test_printbuf test so it passes. 13 years ago
test_printbuf.test Add a test for the printbuf functions. 13 years ago
test_set_serializer.c Reformat the test sources. No functional change. 13 years ago
test_set_serializer.expected Update the set_serializer test to match the actual output. 13 years ago
test_set_serializer.test Add a json_set_serializer() function to allow the string output of a json_object to be customized. 13 years ago