Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-04 03:51:14 +0400
committerisaacs <i@izs.me>2012-03-04 05:03:59 +0400
commitc368e46e7fe5c7cda38a73ca7fd3335bd030c9a6 (patch)
treebe0e07c40820e18bf8ecfc91ab0834e19276745b /doc/api
parent3dfa98c9917ac23dd052fd66f996c2abc849b759 (diff)
doc: Document JSON docs
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/documentation.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/documentation.markdown b/doc/api/documentation.markdown
index d3c7a869288..70a76c24877 100644
--- a/doc/api/documentation.markdown
+++ b/doc/api/documentation.markdown
@@ -57,3 +57,12 @@ unlikely to ever have to change.
* **5 - Locked** Unless serious bugs are found, this code will not ever
change. Please do not suggest changes in this area; they will be refused.
+
+## JSON Output
+
+ Stability: 1 - Experimental
+
+Every HTML file in the markdown has a corresponding JSON file with the
+same data.
+
+This feature is new as of node v0.6.12. It is experimental.