Tags: | parsing |
Authors: | Chris Double, Peter Burns, Philipp Winkler |
Class | Superclass | Slots |
json-error | tuple | |
json-fp-special-error | tuple | value |
json-null |
Word | Stack effect |
json> | ( string -- object ) |
jsonlines> | ( string -- objects ) |
stream-write-json | ( obj stream -- ) |
json-allow-fp-special? |
json-coerce-keys? |
json-escape-slashes? |
json-escape-unicode? |
json-friendly-keys? |
Word | Stack effect |
>json | ( obj -- string ) |
>jsonlines | ( objects -- string ) |
?>json | ( obj -- json ) |
?json> | ( obj -- json/f ) |
float>json | ( float -- string ) |
if-json-null | ( x if-null else -- ) |
json-error | ( -- * ) |
json-fp-special-error | ( value -- * ) |
json-null>f | ( obj/json-null -- obj/f ) |
json>path | ( json path -- ) |
jsons>path | ( jsons path -- ) |
path>json | ( path -- json ) |
path>jsons | ( path -- jsons ) |
read-json | ( -- object ) |
read-jsonlines | ( -- objects ) |
read-jsons | ( -- objects ) |
rewrite-json-path | ( path quot: ( json -- json' ) -- ) |
rewrite-json-string | ( string quot: ( json -- json' ) -- string ) |
rewrite-jsons-path | ( path quot: ( jsons -- jsons' ) -- ) |
rewrite-jsons-string | ( string quot: ( jsons -- jsons' ) -- string ) |
stream-read-json | ( stream -- object ) |
stream-read-jsonlines | ( stream -- objects ) |
stream-read-jsons | ( stream -- objects ) |
stream-write-jsonlines | ( objects stream -- ) |
unless-json-null | ( x else -- ) |
when-json-null | ( x if-null -- ) |
write-json | ( obj -- ) |
write-jsonlines | ( objects -- ) |
Word | Stack effect |
json-error? | ( object -- ? ) |
json-fp-special-error? | ( object -- ? ) |
json-null? | ( object -- ? ) |
Vocabulary | Summary |
json.prettyprint | |
json.ui |