Krzysztof Gabis
|
ba29f4eda9
1.5.3: Fixes compilation on mac os (due to sprintf being deprecated) #209
|
2 yıl önce |
Krzysztof Gabis
|
b800e9db07
Adds missing prototypes to tests.c function declarations
|
2 yıl önce |
Krzysztof Gabis
|
3c4ee26dbb
1.5.1: Fixes a bug in json_object_clear.
|
3 yıl önce |
Alexandru Ardelean
|
1314bf8ad6
1.5.0: Using memcpy instead of sprintf for string literals, adds json_set_number_serialization_function
|
3 yıl önce |
Krzysztof Gabis
|
a34e725282
1.4.0: Accepting trailing commas in objects and arrays
|
4 yıl önce |
Krzysztof Gabis
|
4bd5797811
Fixes repository URL
|
4 yıl önce |
Krzysztof Gabis
|
6e30db3599
Updates license (version and year).
|
4 yıl önce |
Krzysztof Gabis
|
af848c27b4
1.3.0: Adds json_set_float_serialization_format function.
|
4 yıl önce |
Krzysztof Gabis
|
fd77bcddc1
1.2.1: Not using SIZE_MAX macro (issue #167)
|
4 yıl önce |
Krzysztof Gabis
|
6b3d6f42f2
1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37)
|
4 yıl önce |
Disconnect3d
|
ab7f5e5401
Fix memleak when parsing keys with embedded null bytes (#157)
|
5 yıl önce |
benswick
|
60b2c69f17
Improved serialization performance (#156)
|
5 yıl önce |
reuben olinsky
|
102a4467e1
Add support for string values with embedded '\0' characters (#137)
|
6 yıl önce |
Krzysztof Gabis
|
70dc239f8f
Optional tests directory path argument in tests.c
|
6 yıl önce |
Krzysztof Gabis
|
2be6991d84
Adds tests to avoid json_object_set_* memory leaks (fixed in 39c2d51).
|
6 yıl önce |
Krzysztof Gabis
|
c5bb9557fe
Updates copyright year.
|
6 yıl önce |
Akihiro Suda
|
9ec77a8d74
add SPDX-License-Identifier
|
6 yıl önce |
Krzysztof Gabis
|
302fba9cbb
Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function)
|
7 yıl önce |
zolvarga
|
69684f600c
Remove trailing spaces
|
7 yıl önce |
Krzysztof Gabis
|
387c5665f6
Better handling of CRLF line breaks.
|
8 yıl önce |
Krzysztof Gabis
|
c147744b72
Workaround for MSVC C2124 error.
|
8 yıl önce |
tbeu
|
1839d0de54
Fix typos
|
8 yıl önce |
Krzysztof Gabis
|
4e8a901242
Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers.
|
8 yıl önce |
Krzysztof Gabis
|
e18751499d
Adds a simple memory leak test.
|
8 yıl önce |
Krzysztof Gabis
|
e1292a0e3c
Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove.
|
8 yıl önce |
Krzysztof Gabis
|
578b25e590
Counting malloc and free calls to avoid memory leaks (#82).
|
8 yıl önce |
Krzysztof Gabis
|
343fe13f17
Order of items in an array is preserved after removing an item.
|
8 yıl önce |
Krzysztof Gabis
|
e410fc7c33
Increases MAX_NESTING of json objects/arrays to 2048.
|
9 yıl önce |
Krzysztof Gabis
|
2bfa4153db
Updates copyright.
|
9 yıl önce |
Krzysztof Gabis
|
96150ba1fd
Removes dependency on sscanf and prints line numbers in tests output.
|
9 yıl önce |