Document furnace.json
parent
f78c5b4d20
commit
29249e2a64
|
@ -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"
|
Loading…
Reference in New Issue