Commit Graph

18 Commits (809ef4b7d829d3929223387661b8e229e7191340)

Author SHA1 Message Date
Krzysztof Gabis 4e8a901242 Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers. 7 years ago
Krzysztof Gabis e410fc7c33 Increases MAX_NESTING of json objects/arrays to 2048. 7 years ago
Krzysztof Gabis dcf85b88c8 Support for UTF-8 with BOM. 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 8324ff92bf Escaping / to make json embeddable in xml\/html. 9 years ago
Krzysztof Gabis f4538fa53d Small change in test files. 9 years ago
Krzysztof Gabis 6905548257 Pretty serialization + tests. 9 years ago
Krzysztof Gabis 4a4cf7d795 Not parsing strings in json_value_init_string and *{set,dotset,replace,append}_string functions. 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 6e9e934b5a Bugfix in parsing escaped characters (+ additional tests to prevent this bug in future). 10 years ago
Krzysztof Gabis c707051778 Added surrogate pairs support (JSON support is full now), removed PARSON_VERSION macro. 10 years ago
Fedor Indutny ce73431753 Skip whitespace at the start of string/file 10 years ago
Krzysztof Gabis d5adf4e291 Added functions to parse file with comments and new tests. 11 years ago
Taro Kobayashi 155f7f0639 added test that will fails on android 12 years ago
Krzysztof Gabis 5eb66d2b31 New test case. 12 years ago
Krzysztof Gabis 2740213c5c Renamed bool to boolean. 12 years ago
Krzysztof Gabis de829803e3 Initial commit. 12 years ago