Krzysztof Gabis
638190d6a0
Merged changes from parson-devel (serialization, copying, comparing, validation, creating values).
2014-10-07 21:11:29 +02:00
Krzysztof Gabis
6e9e934b5a
Bugfix in parsing escaped characters (+ additional tests to prevent this bug in future).
...
Thanks to Joseph Werle for bringing attention to it.
2014-06-10 20:59:35 +02:00
Krzysztof Gabis
c707051778
Added surrogate pairs support (JSON support is full now), removed PARSON_VERSION macro.
2014-04-10 17:00:40 +02:00
Fedor Indutny
ce73431753
Skip whitespace at the start of string/file
2014-04-03 14:59:03 +04:00
Krzysztof Gabis
d5adf4e291
Added functions to parse file with comments and new tests.
...
json_parse_value_with_comments and json_parse_string_with_comments replace comments with whitespaces before parsing. Supported comments are: /* */ and //
2013-11-30 20:22:16 +01:00
Taro Kobayashi
155f7f0639
added test that will fails on android
2013-02-07 17:23:57 +09:00
Krzysztof Gabis
5eb66d2b31
New test case.
...
"object_empty" should ensure no more bugs in nget function.
2012-11-07 23:08:23 +01:00
Krzysztof Gabis
2740213c5c
Renamed bool to boolean.
...
Naming variables bool is a poor idea, even in C.
2012-10-18 15:25:11 +02:00
Krzysztof Gabis
de829803e3
Initial commit.
2012-10-16 19:56:54 +02:00