Krzysztof Gabis
|
a34e725282
1.4.0: Accepting trailing commas in objects and arrays
|
vor 4 Jahren |
Cristian Pop
|
4158fdbea7
1.3.1: Fixes size_t conversion on x64 systems. Excluding build/ in .gitignore. (#177)
|
vor 4 Jahren |
Krzysztof Gabis
|
4bd5797811
Fixes repository URL
|
vor 4 Jahren |
Krzysztof Gabis
|
6e30db3599
Updates license (version and year).
|
vor 4 Jahren |
Krzysztof Gabis
|
af848c27b4
1.3.0: Adds json_set_float_serialization_format function.
|
vor 4 Jahren |
Krzysztof Gabis
|
fd77bcddc1
1.2.1: Not using SIZE_MAX macro (issue #167)
|
vor 4 Jahren |
Krzysztof Gabis
|
6b3d6f42f2
1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37)
|
vor 4 Jahren |
Krzysztof Gabis
|
2d7b3ddf12
1.1.3: Ignoring floating point underflow (issue #161)
|
vor 4 Jahren |
Disconnect3d
|
ab7f5e5401
Fix memleak when parsing keys with embedded null bytes (#157)
|
vor 4 Jahren |
benswick
|
60b2c69f17
Improved serialization performance (#156)
|
vor 4 Jahren |
reuben olinsky
|
102a4467e1
Add support for string values with embedded '\0' characters (#137)
|
vor 5 Jahren |
ɹɐɯsǝʎ
|
186680a511
Guard against potential integer overflow (#133)
|
vor 6 Jahren |
dan soucy
|
9d63e76014
Avoid truncating strings warning (#131)
|
vor 6 Jahren |
Krzysztof Gabis
|
0341880552
Using semantic versioning from now on, Parson is officially 1.0.0
|
vor 6 Jahren |
Dan Ellis
|
9e1de5086f
Fix memory leaks in `parson_object_set_*` when `object` is invalid
|
vor 6 Jahren |
Krzysztof Gabis
|
c5bb9557fe
Updates copyright year.
|
vor 6 Jahren |
Akihiro Suda
|
9ec77a8d74
add SPDX-License-Identifier
|
vor 6 Jahren |
Krzysztof Gabis
|
302fba9cbb
Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function)
|
vor 7 Jahren |
Krzysztof Gabis
|
b58ac757a8
Using isnan and isinf macros if they are defined (fixes issue #104).
|
vor 7 Jahren |
Krzysztof Gabis
|
4f3eaa6849
Not adding incorrect objects if json_object_dotset_value() fails halfway through.
|
vor 7 Jahren |
Krzysztof Gabis
|
921da6f5d7
Using smaller buffer size for number serialization.
|
vor 7 Jahren |
Krzysztof Gabis
|
387c5665f6
Better handling of CRLF line breaks.
|
vor 8 Jahren |
Roy Sprowl
|
385b476a30
Fix signed char fed to isspace
|
vor 8 Jahren |
Roman Kalashnikov
|
f1bb6e7fbe
Fixed condition
|
vor 8 Jahren |
Krzysztof Gabis
|
4e8a901242
Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers.
|
vor 8 Jahren |
Krzysztof Gabis
|
e1292a0e3c
Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove.
|
vor 8 Jahren |
Krzysztof Gabis
|
343fe13f17
Order of items in an array is preserved after removing an item.
|
vor 8 Jahren |
Krzysztof Gabis
|
d485b068c7
Fixes a memory leak (issue #82).
|
vor 8 Jahren |
Krzysztof Gabis
|
e410fc7c33
Increases MAX_NESTING of json objects/arrays to 2048.
|
vor 8 Jahren |
Krzysztof Gabis
|
20ad63f8ff
Fixes memory leaks.
|
vor 9 Jahren |