Handbook
Glossary
get-json ( objects -- obj )
Vocabulary
json
.
private
Inputs
objects
an
object
Outputs
obj
an
object
Definition
USING:
json
kernel
sequences
;
IN:
json.private
:
get-json
( objects -- obj )
dup
length
1
=
[
first
]
[
json-error
]
if
;