read-json ( -- objects )
JSON serialization

Prev:json> ( string -- object )
Next:path>json ( path -- json )


Vocabulary
json

Inputs
None

Outputs
objectsa sequence of deserialized objects


Word description
Reads JSON formatted strings into a vector of Factor object until the end of the stream is reached. JSON objects are converted to Factor hashtables. All other JSON objects convert to their obvious Factor equivalents.

See also
>json, json>, write-json

Definition