Michael Thon 135da7ab34 Allow options for writing and parsing NaN/Infinity
This adds kWriteNanAndInfFlag to Writer to allow writing of nan,
inf and -inf doubles as "NaN", "Infinity" and "-Infinity",
respectively, and kParseNanAndInfFlag to Reader to allow parsing
of "NaN", "Inf", "Infinity", "-Inf" and "-Infinity". This is part
of issue #36, adding optional support for relaxed JSON syntax.
2016-05-20 23:54:55 +02:00
..
2016-04-07 00:46:39 +08:00
2016-03-08 10:03:31 +08:00
2016-04-15 13:50:24 +08:00
2016-02-08 01:45:12 +08:00
2016-04-17 11:59:09 +08:00
2016-04-19 15:05:15 +08:00
2016-02-02 18:20:36 +08:00
2016-01-23 15:27:59 +08:00
2016-04-06 01:16:00 +08:00