json.writer vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
JSON writer

Meta-data
Authors:Chris Double


Words

Generic words
WordStack effect
stream-json-print( obj stream -- )


Symbol words
jsvar-encode?


Ordinary words
WordStack effect
>json( obj -- string )
json-print( obj -- )
jsvar-encode( seq -- translated )
jsvar-encode-fast( seq -- )


Files
resource:basis/json/writer/writer.factor
resource:basis/json/writer/writer-docs.factor
resource:basis/json/writer/writer-tests.factor


Children
VocabularySummary
json.writer.privatejson.writer.private vocabulary