json vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
JSON serialization

Meta-data
Authors:Chris Double, Peter Burns


Words

Singleton classes
json-null


Ordinary words
WordStack effect
if-json-null( x if-null else -- )
unless-json-null( x else -- )
when-json-null( x if-null -- )


Class predicate words
WordStack effect
json-null?( object -- ? )


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


Children from resource:basis
VocabularySummary
json.readerJSON to Factor serializer
json.writerFactor to JSON serializer