Max Bruckner 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
..
inputs 1ea72f8260 print_number: Remove trailing zeroes (for doubles) 8 years ago
unity ad5abf4c5b Update unity with fixes for compiler warnings 8 years ago
CMakeLists.txt 2f65e80a34 Fix internal compiler error in GCC on x86 8 years ago
common.c 84237ff48e Replace sizeof('\0') with sizeof("") 8 years ago
common.h b44c917be9 tests/common: use CJSON_PUBLIC 8 years ago
misc_tests.c c45dc12fd7 Tests for typecheck functions 8 years ago
parse_array.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
parse_examples.c 4f58695ed3 tests: extract common functionality to common.c 8 years ago
parse_hex4.c 4f58695ed3 tests: extract common functionality to common.c 8 years ago
parse_number.c 87a204ed0b parse_functions: Return booleans instead of pointers 8 years ago
parse_object.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
parse_string.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
parse_value.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
print_array.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
print_number.c c08f7e1d29 print_number: Make locale independent 8 years ago
print_object.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago
print_string.c 5ea4fad263 print_string: return boolean instead of pointer 8 years ago
print_value.c 2683589d93 parser: Construct error pointer from buffer offset 8 years ago