Krzysztof Gabis
8324ff92bf
Escaping / to make json embeddable in xml\/html.
2015-11-08 16:34:34 +00:00
Krzysztof Gabis
f4538fa53d
Small change in test files.
2015-06-22 23:55:26 +02:00
Krzysztof Gabis
6905548257
Pretty serialization + tests.
2015-06-22 16:53:19 +02:00
Krzysztof Gabis
4a4cf7d795
Not parsing strings in json_value_init_string and *{set,dotset,replace,append}_string functions.
2015-04-06 10:12:04 +02:00
Michael Sproul
fcf0b810ba
Marked various files as not executable.
...
Also updated the .gitignore file to ignore object code,
which is particularly useful when using this project as a
git submodule.
2015-02-28 20:33:17 -08:00
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