From c368e46e7fe5c7cda38a73ca7fd3335bd030c9a6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 3 Mar 2012 15:51:14 -0800 Subject: [PATCH] doc: Document JSON docs --- doc/api/documentation.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) 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.