Handbook
Glossary
stream-read-jsonlines ( stream -- objects )
Vocabulary
json
Inputs
stream
an
object
Outputs
objects
an
object
Definition
USING:
io
make
;
IN:
json
:
stream-read-jsonlines
( stream -- objects )
[
[
json>
,
]
each-stream-line
]
{
}
make
;