factor/basis/furnace/json/json-docs.factor

13 lines
475 B
Factor
Raw Normal View History

USING: kernel http.server help.markup help.syntax http ;
2008-11-14 00:59:30 -05:00
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"