Max Bruckner
|
2683589d93
|
parser: Construct error pointer from buffer offset
|
2017-04-08 17:56:26 +02:00 |
|
Max Bruckner
|
87a204ed0b
|
parse_functions: Return booleans instead of pointers
|
2017-04-08 17:56:26 +02:00 |
|
Max Bruckner
|
fd0320cf54
|
parse_value: Use parse_buffer
|
2017-04-08 17:56:24 +02:00 |
|
Max Bruckner
|
d441fa05b3
|
print_value: return boolean instead of pointer
|
2017-03-03 00:11:43 +01:00 |
|
Max Bruckner
|
1ea72f8260
|
print_number: Remove trailing zeroes (for doubles)
|
2017-03-01 13:22:32 +01:00 |
|
Max Bruckner
|
68cd0d4a11
|
cJSON.c: Pass allocation functions through internal functions
This is the first step in removing the global allocator functions. Every
internal function now only accesses its locally available set of
allocators.
|
2017-02-21 14:50:49 +01:00 |
|
Max Bruckner
|
de36476092
|
tests: print_value
|
2017-02-20 11:11:02 +01:00 |
|