Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
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
Word
Stack effect
if-json-null
( x if-null else -- )
unless-json-null
( x else -- )
when-json-null
( x if-null -- )
Class predicate words
Word
Stack effect
json-null?
( object -- ? )
Files
resource:basis/json/json.factor
resource:basis/json/json-docs.factor
Children from resource:basis
Vocabulary
Summary
json.reader
JSON to Factor serializer
json.writer
Factor to JSON serializer