]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/writer/writer-docs.factor
factor: fix some spacing
[factor.git] / basis / json / writer / writer-docs.factor
index 9c8d0d5b93e07d2104a8fa69f715225c382b6958..37d55a4d3f176f7158d8c256dd26cd609e42a641 100644 (file)
@@ -14,11 +14,11 @@ HELP: json-print
 $nl
 "Some options can control the formatting of the result:"
 { $table
-     { { $link json-allow-fp-special? } "Allow special floating-points: NaN, Infinity, -Infinity" }
-     { { $link json-friendly-keys? }    "Convert - to _ in tuple slots and hashtable keys" }
-     { { $link json-coerce-keys? }      "Coerce hashtable keys into strings" }
-     { { $link json-escape-slashes? }   "Escape forward slashes inside strings" }
-     { { $link json-escape-unicode? }   "Escape unicode values inside strings" }
+    { { $link json-allow-fp-special? } "Allow special floating-points: NaN, Infinity, -Infinity" }
+    { { $link json-friendly-keys? }    "Convert - to _ in tuple slots and hashtable keys" }
+    { { $link json-coerce-keys? }      "Coerce hashtable keys into strings" }
+    { { $link json-escape-slashes? }   "Escape forward slashes inside strings" }
+    { { $link json-escape-unicode? }   "Escape unicode values inside strings" }
 }
 }
 { $see-also >json } ;