diff --git a/basis/furnace/json/json-docs.factor b/basis/furnace/json/json-docs.factor
new file mode 100644
index 0000000000..daa84e9295
--- /dev/null
+++ b/basis/furnace/json/json-docs.factor
@@ -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"