0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds tests to avoid json_object_set_* memory leaks (fixed in 39c2d51). More... over 4 years ago
Merge pull request #128 from danellis/master More... over 4 years ago
Fix memory leaks in `parson_object_set_*` when `object` is invalid More... over 4 years ago
CMakeLists.txt: Minimal fixes, added GNUInstallDirs and fixed cmake config loc More... over 4 years ago
Updates copyright year. More... almost 5 years ago
Merge pull request #121 from AkihiroSuda/spdx More... almost 5 years ago
add SPDX-License-Identifier More... almost 5 years ago
Merge pull request #120 from ewertons/master More... almost 5 years ago
Add CMakeLists.txt with install definitions More... almost 5 years ago
Update README.md More... about 5 years ago
Shamelesser plug More... about 5 years ago
Shameless plug More... about 5 years ago
Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) More... over 5 years ago
Merge pull request #105 from zolvarga/master More... over 5 years ago
Remove trailing spaces More... over 5 years ago
Using isnan and isinf macros if they are defined (fixes issue #104). More... almost 6 years ago
Not adding incorrect objects if json_object_dotset_value() fails halfway through. Related to issue #100 More... almost 6 years ago
Using smaller buffer size for number serialization. Issue #88 and #61 More... about 6 years ago
Better handling of CRLF line breaks. More... about 6 years ago
Workaround for MSVC C2124 error. More... over 6 years ago
Merge pull request #91 from JetstreamRoySprowl/master More... over 6 years ago
Fix signed char fed to isspace More... over 6 years ago
Merge pull request #89 from lunixoid/master More... over 6 years ago
Fixed condition More... over 6 years ago
Create LICENSE file More... over 6 years ago
Merge pull request #85 from tbeu/fix-typos More... over 6 years ago
Fix typos More... over 6 years ago
Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers. More... over 6 years ago
Adds a simple memory leak test. More... over 6 years ago
Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove. More... over 6 years ago