]> gitweb.factorcode.org Git - factor.git/blob - basis/furnace/json/json-docs.factor
c20c2e6c915679516802d139fd1069382a2eee0c
[factor.git] / basis / furnace / json / json-docs.factor
1 USING: kernel http.server help.markup help.syntax http ;
2 IN: furnace.json
3
4 HELP: <json-content>
5 { $values { "body" object } { "response" response } }
6 { $description "Creates an HTTP response which serves a serialized JSON object to the client." } ;
7
8 ARTICLE: "furnace.json" "Furnace JSON support"
9 "The " { $vocab-link "furnace.json" } " vocabulary provides a utility word for serving HTTP responses with JSON content."
10 { $subsection <json-content> } ;
11
12 ABOUT: "furnace.json"