1 ! Copyright (C) 2006 Chris Double.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
7 { $values { "obj" "an object" } { "string" "the object converted to JSON format" } }
8 { $description "Serializes the object into a JSON formatted string." }
9 { $see-also json-print } ;
12 { $values { "obj" "an object" } }
13 { $description "Serializes the object into a JSON formatted string and outputs it to the standard output stream." }
16 ARTICLE: "json.writer" "JSON writer"
17 "The " { $vocab-link "json.writer" } " vocabulary defines words for converting objects to JSON format."
19 { $subsection json-print } ;