USING: kernel http.server help.markup help.syntax http vocabs.loader ; IN: furnace.json HELP: { $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." { $subsections } ; ABOUT: "furnace.json"