Handbook
Glossary
stream-read-jsons ( stream -- objects )
Vocabulary
json
Inputs
stream
an
object
Outputs
objects
an
object
Definition
USING:
io
json.private
kernel
;
IN:
json
:
stream-read-jsons
( stream -- objects )
[
V{
}
clone
over
[
stream-read1
]
curry
[
scan
]
while*
nip
]
check-json-depth
;