]> gitweb.factorcode.org Git - factor.git/blob - basis/furnace/json/json-docs.factor
factor: trim more using lists.
[factor.git] / basis / furnace / json / json-docs.factor
1 USING: help.markup help.syntax http kernel ;
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 { $subsections <json-content> } ;
11
12 ABOUT: "furnace.json"