Handbook
Glossary
json-null>f ( obj/json-null -- obj/f )
Vocabulary
json
Inputs
obj/json-null
an
object
Outputs
obj/f
an
object
Definition
USING:
kernel
;
IN:
json
:
json-null>f
( obj/json-null -- obj/f )
dup
json-null
=
[
drop
f
]
when
;
inline