Document furnace.json

db4
Slava Pestov 2008-11-13 23:59:30 -06:00
parent f78c5b4d20
commit 29249e2a64
1 changed files with 12 additions and 0 deletions
basis/furnace/json

View File

@ -0,0 +1,12 @@
USING: kernel http.server help.markup help.syntax ;
IN: furnace.json
HELP: <json-content>
{ $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 <json-content> } ;
ABOUT: "furnace.json"