From 29249e2a64708ab3145973329892239ba126495a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 13 Nov 2008 23:59:30 -0600 Subject: [PATCH] Document furnace.json --- basis/furnace/json/json-docs.factor | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 basis/furnace/json/json-docs.factor diff --git a/basis/furnace/json/json-docs.factor b/basis/furnace/json/json-docs.factor new file mode 100644 index 0000000000..daa84e9295 --- /dev/null +++ b/basis/furnace/json/json-docs.factor @@ -0,0 +1,12 @@ +USING: kernel http.server help.markup help.syntax ; +IN: furnace.json + +HELP: +{ $values { "body" object } { "response" response } } +{ $description "Creates an HTTP response which serves a serialized JSON object to the client." } ; + +ARTICLE: "furnace.json" "Furnace JSON support" +"The " { $vocab-link "furnace.json" } " vocabulary provides a utility word for serving HTTP responses with JSON content." +{ $subsection } ; + +ABOUT: "furnace.json"