Commit Graph

26 Commits (c5bb9557fe98367aa8e041c65863909f12ee76b2)

Author SHA1 Message Date
Krzysztof Gabis c5bb9557fe Updates copyright year. 5 years ago
Akihiro Suda 9ec77a8d74 add SPDX-License-Identifier 5 years ago
Krzysztof Gabis 302fba9cbb Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) 6 years ago
zolvarga 69684f600c Remove trailing spaces 6 years ago
Krzysztof Gabis 2bfa4153db Updates copyright. 7 years ago
Krzysztof Gabis f419334a32 Adds links to parent values and values used to wrap objects/arrays. Assigning a value to 2 objects/arrays returns an error now. 8 years ago
Krzysztof Gabis a1c356eaa9 Adds functions to check if object has value with a certain name (and optionally type). 8 years ago
Krzysztof Gabis f60ddcd05b Adds missing character (in a comment). 8 years ago
Krzysztof Gabis 5c4a11b036 Removes trailing whitespace. 8 years ago
Krzysztof Gabis 473c7f3d8d Adds json_object_get_value_at function to access values in objects in O(1) time. 8 years ago
Krzysztof Gabis c9b920c4a3 Fixes a bug in json_array_remove and adds relevant tests (thanks to KB for finding this). 9 years ago
Krzysztof Gabis 86a5a20856 Adds comments regarding memory management. 9 years ago
Krzysztof Gabis 18761d99ff Checking if json_serialization_size failed. 9 years ago
Krzysztof Gabis f16e4292f3 Using same code for determining serialization buffer size and serialization. Updated license year. 9 years ago
Krzysztof Gabis 6905548257 Pretty serialization + tests. 9 years ago
Krzysztof Gabis 1586461280 Adds function to change default allocator, fixes potential memory leak, refactoring. 9 years ago
Michael Sproul fcf0b810ba Marked various files as not executable. 9 years ago
Krzysztof Gabis 638190d6a0 Merged changes from parson-devel (serialization, copying, comparing, validation, creating values). 10 years ago
Krzysztof Gabis c707051778 Added surrogate pairs support (JSON support is full now), removed PARSON_VERSION macro. 10 years ago
Krzysztof Gabis d5adf4e291 Added functions to parse file with comments and new tests. 11 years ago
Krzysztof Gabis f7f11572c9 Fixed bug in nget function, added 2 functions to API, improved memory allocs. 12 years ago
Krzysztof Gabis 202f16cc5c Additional code cleanup. 12 years ago
sduclos 684096eb0f code clea up 12 years ago
Krzysztof Gabis 410807850e Fixed some compatibility issues with C++ compilers. 12 years ago
Krzysztof Gabis 2740213c5c Renamed bool to boolean. 12 years ago
Krzysztof Gabis de829803e3 Initial commit. 12 years ago