163 Commits

Author SHA1 Message Date
Milo Yip
c79958a29b Fix #670 remote schema provider document 2016-06-29 09:48:38 +08:00
Milo Yip
cf7324b466 Merge pull request #660 from andytimes/for-milo
document typo fix and .gitignore update
2016-06-27 09:35:42 +08:00
Andy Deng
2246ef3e6b doc/tutorial-zh-cn: Fix a typo in tutorial 2016-06-15 11:53:23 +08:00
Milo Yip
1c087b77cb Fix #650 SAX documentation bug 2016-06-15 09:46:30 +08:00
Milo Yip
b34f18525e Fix tutorial bug 2016-06-15 09:41:56 +08:00
Milo Yip
6f5e83db04 Merge pull request #639 from milkandsour/master
npm docs
2016-06-10 11:31:00 +08:00
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
Andrea Colaci
7708961484 npm docs 2016-05-17 13:33:26 +01:00
liujiayang
e154f8e959 add space for template 2016-05-11 11:01:47 +08:00
liujiayang
7b32bbaae7 fix document problem 2016-05-11 10:59:56 +08:00
Milo Yip
c02d52ad56 Fix documentation mistake in #620 2016-04-29 17:45:09 +08:00
Milo Yip
cb927a24ca Adding spaces in Chinese doc 2016-04-19 15:48:02 +08:00
Milo Yip
f4ea0d3f64 Added documentation for kParseNumbersAsStringsFlag 2016-04-15 10:43:14 +08:00
Milo Yip
006533cdea Added documentation about kParseTrailingCommasFlag 2016-04-15 10:18:16 +08:00
Milo Yip
d35c783ec6 Fix schema documentation 2016-04-15 09:06:50 +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
Ian Bell
479a6b9f68 Editorial changes to schema documentation
Fixed up some wording to the schema documentation
2016-02-18 19:23:07 -07:00
Milo Yip
0f7cb315ef Update Stream.md 2016-02-08 00:49:00 +08:00
Milo Yip
28f11ac429 Fix schema performance stats 2016-02-03 11:33:27 +08:00
Milo Yip
3edf0b4d92 Minor doc fix 2016-02-02 22:53:35 +08:00
Milo Yip
29016f3e2b Add notes about SIMD optimization issue. [skip ci]
#499
2016-02-02 22:49:33 +08:00
Milo Yip
8876d9e6d5 Fix regex doc [ci skip] 2016-02-01 01:38:47 +08:00
Milo Yip
4daade9218 Add Chinese translation of schema [ci skip] 2016-02-01 00:40:15 +08:00
Milo Yip
267fcd1ff6 Add TOC [skip ci] 2016-01-31 23:39:14 +08:00
Milo Yip
84a26e5d18 Fix incorrect escape characters in doc [skip ci] 2016-01-31 23:37:31 +08:00
Milo Yip
a79d6895ed Minor edits of schema.md [ci skip] 2016-01-31 23:35:02 +08:00
Milo Yip
3184e8947d Draft schema documentation 2016-01-31 23:24:17 +08:00
Wenhao Liu
06f62e38f7 fix typos and dead links, sync faq.zh-cn.md 2015-11-29 00:12:29 +08:00
Wenhao Liu
fe89676a9e fix a compatibility issue with doxygen 2015-11-28 22:40:43 +08:00
Milo Yip
82329825c3 Fixes full-width spaces 2015-10-28 15:57:13 -07:00
Milo Yip
e602aab7f4 Fix language for pointer 2015-10-27 14:34:35 -07:00
Milo Yip
5512ec30f1 Add Chinese pointer guide to doxygen 2015-10-27 13:36:36 -07:00
Milo Yip
d5d17b96c2 Chinese Translation of JSON Pointer guide and minor English version modification. 2015-10-27 13:22:19 -07:00
Milo Yip
76d729e9c0 Add kParseCommentsFlag documentation 2015-10-22 10:58:58 +08:00
Milo Yip
3cf7228f46 Port documentation fix from #407 2015-08-13 10:16:19 +08:00
Force.Charlie-I
ffd389befc 自定义流应当使用 ParseStream 而不是 Parse 2015-08-12 18:38:13 +08:00
Milo Yip
9b28107016 Merge pull request #373 from mloskot/faq-issue-366
Add to FAQ: How to insert a document node into another document?
2015-07-20 09:31:24 +08:00
Milo Yip
f431aaff9d Update dom.zh-cn.md 2015-07-20 09:29:46 +08:00
Milo Yip
8c0e50f596 Update dom.md 2015-07-20 09:29:15 +08:00
Mateusz Loskot
6610577a3e Update FAQ 8 with shorter version of clean-and-minimize idiom.
Credits to @pah who suggested it in comment to #368.
2015-07-02 14:14:51 +02:00
Mateusz Łoskot
5ac04cb012 Correct formatting of FAQ 8 and 9 2015-07-02 14:05:30 +02:00
Mateusz Loskot
50660c093d Add to FAQ: How to insert a document node into another document?
Closes #366
2015-07-02 14:00:52 +02:00
Mateusz Loskot
3c47ae9fe4 Add to FAQ: How to clear-and-minimize a document?
Closes #368
2015-06-30 11:33:44 +02:00
miloyip
5d5d90c100 Applies the same changes for Chinese as #365 2015-06-25 09:53:31 +08:00
Mateusz Łoskot
74b41c1a43 Add missing allocator to uses of AddMember
AddMember requires allocator, this fix keeps all uses of AddMember consistent across the whole tutorial.
2015-06-24 17:22:48 +02:00
miloyip
134369d990 Add google analytics to documentation 2015-06-10 17:44:55 +08:00
Milo Yip
302d1b735f Re-generate images in OSX 2015-05-14 16:56:52 +08:00
Phyks
9c008b07ee Forgot to update the CMakeLists.txt in doc folder 2015-05-12 20:15:06 +02:00
Milo Yip
ba7647531b Fix incorrect doxygen escapes 2015-05-04 22:13:14 +08:00
Milo Yip
8c01e7e1ce Add Pointer::Erase() and EraseValueByPointer() 2015-05-04 21:50:26 +08:00