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
Milo Yip
c02d52ad56
Fix documentation mistake in #620
2016-04-29 17:45:09 +08:00
Milo Yip
f4ea0d3f64
Added documentation for kParseNumbersAsStringsFlag
2016-04-15 10:43:14 +08:00
Nicholas Fraser
3e21bb429d
Added optional support for trailing commas
...
This adds kParseTrailingCommasFlag to allow a trailing comma at the
end of maps and arrays. This is part of issue #36 , adding optional
support for relaxed JSON syntax.
2016-03-20 01:10:33 -04:00
Milo Yip
76d729e9c0
Add kParseCommentsFlag documentation
2015-10-22 10:58:58 +08:00
Milo Yip
8c0e50f596
Update dom.md
2015-07-20 09:29:15 +08:00
miloyip
e7f1c6dd08
Remove an invalid Document::ParseInsitu() API
2015-04-13 18:21:15 +08:00
miloyip
8d76b402ea
Fix dead links
2015-04-07 14:11:34 +08:00
Milo Yip
fc18b12880
Minor dom doc modifications
2015-04-03 11:33:55 +08:00
Milo Yip
6968fc5a36
Fix TODOs in DOM documentation
2015-04-03 10:28:02 +08:00
Milo Yip
09118fa230
Merge pull request #192 from jollyroger/cmake
...
CMake support
2015-02-11 12:04:19 +08:00
Milo Yip
1c02fceccc
Update doc about reading/writing any JSON value at root.
2014-11-30 20:29:37 +08:00
Milo Yip
77e49891f1
Update doc about kDefaultParseFlag
2014-11-30 20:27:17 +08:00
Andriy Senkovych
5cceb9e37a
Fix broken references in documentation
2014-11-11 17:26:59 +02:00
Milo Yip
86d63ff10c
Update document for kParseFullPrecisionFlag
2014-09-06 10:28:54 +08:00
Milo Yip
9ff95ca2cf
Minor changes of doc
2014-07-08 14:38:25 +08:00
Milo Yip
62970ee230
Improves documentation style, TOC, fixes links.
...
Some links will become broken in GitHub.
2014-07-08 14:11:18 +08:00
miloyip
8d612570c8
Revise doxygen style
...
Imitate readthedocs
2014-07-07 19:15:10 +08:00
Milo Yip
6e4d8db51d
Fix readme issue in doxygen, customize css
...
Imitate GitHub markdown rendering
2014-07-07 01:01:49 +08:00
Milo Yip
d6497d86f8
Update dom.md
...
Fixes diagrams URL in DOM
2014-07-06 22:51:09 +08:00
Milo Yip
4cadecd32d
Wrote DOM
...
But some examples are to be filled in.
2014-07-06 22:43:21 +08:00
Milo Yip
3f3f847036
Add skeleton of documents
2014-07-04 23:57:33 +08:00