Eric Haszlakiewicz
|
05da316b9c
|
Issue #103: allow Infinity and -Infinity to be parsed.
|
2014-03-22 17:28:40 -04:00 |
|
Eric Haszlakiewicz
|
0eedf3802f
|
Issue#102 - add support for parsing "NaN".
|
2014-03-09 16:41:33 -04:00 |
|
Eric Haszlakiewicz
|
51993c28c2
|
Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input.
Add json_object_free_userdata() and json_object_userdata_to_json_string() too.
|
2013-09-11 20:27:39 -05:00 |
|
Eric Haszlakiewicz
|
e8161a11bb
|
Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects.
|
2013-03-31 20:05:36 -05:00 |
|
Iskren Chernev
|
78b089bc1e
|
Fixed test_parse for \f
|
2013-01-28 19:06:49 -08:00 |
|
Eric Haszlakiewicz
|
92f31bd99a
|
Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences.
|
2012-07-29 12:31:07 -05:00 |
|
Eric Haszlakiewicz
|
c1b8891a13
|
Move the rest of the tests into the tests subdirectory.
|
2012-04-22 10:33:41 -05:00 |
|