]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/reader/reader-docs.factor
factor: trim using lists
[factor.git] / basis / json / reader / reader-docs.factor
index 204f630ed74a8e7aaa222d0809e28f8227552afa..dcfa153ae0f6b4d4eccfcd9d8a26b2e2cd1d0908 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: help.markup help.syntax kernel ;
+USING: help.markup help.syntax ;
 IN: json.reader
 
 HELP: json>
@@ -22,7 +22,7 @@ HELP: path>json
 HELP: path>jsons
 { $values
     { "path" "a pathname string" }
-    { "jsons" "a sequences of JSON objects" }
+    { "jsons" { $sequence "JSON objects" } }
 }
 { $description "Reads a file into a sequence of JSON objects and returns them all." } ;