Handbook
Glossary
unless-json-null ( x else -- )
JSON serialization
Prev:
when-json-null ( x if-null -- )
Next:
jsonlines> ( string -- objects )
Vocabulary
json
Inputs
x
an
object
else
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
json
:
unless-json-null
( x else -- )
[
]
swap
if-json-null
;
inline