json vocabulary - Factor Documentation (original) (raw)
json vocabulary
Factor handbook » Vocabulary index
Documentation
JSON serialization
Metadata
Tags: | parsing |
---|---|
Authors: | Chris Double, Peter Burns, Philipp Winkler |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
|
![]() |
![]() |
value |
Singleton classes
Generic words
Word | Stack effect |
---|---|
![]() |
( string -- object ) |
![]() |
( string -- objects ) |
![]() |
( obj stream -- ) |
Symbol words
![]() |
---|
![]() |
![]() |
![]() |
![]() |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( obj -- string ) |
![]() |
( objects -- string ) |
![]() |
( obj -- json ) |
![]() |
( obj -- json/f ) |
![]() |
( float -- string ) |
![]() |
( x if-null else -- ) |
![]() |
( -- * ) |
![]() |
( value -- * ) |
![]() |
( obj/json-null -- obj/f ) |
![]() |
( json path -- ) |
![]() |
( jsons path -- ) |
![]() |
( path -- json ) |
![]() |
( path -- jsons ) |
![]() |
( -- object ) |
![]() |
( -- objects ) |
![]() |
( -- objects ) |
![]() |
( path quot: ( json -- json' ) -- ) |
![]() |
( string quot: ( json -- json' ) -- string ) |
![]() |
( path quot: ( jsons -- jsons' ) -- ) |
![]() |
( string quot: ( jsons -- jsons' ) -- string ) |
![]() |
( stream -- object ) |
![]() |
( stream -- objects ) |
![]() |
( stream -- objects ) |
![]() |
( objects stream -- ) |
![]() |
( x else -- ) |
![]() |
( x if-null -- ) |
![]() |
( obj -- ) |
![]() |
( objects -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/json/json.factor
resource:basis/json/json-docs.factor
resource:basis/json/json-tests.factor
Metadata files
resource:basis/json/authors.txt
resource:basis/json/summary.txt
resource:basis/json/tags.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
|
![]() |