json> ( string -- object )
JSON serialization

Next:read-json ( -- objects )


Vocabulary
json

Inputs
stringa string in JSON format


Outputs
objecta deserialized object


Word description
Deserializes the JSON formatted string into a Factor object. JSON objects are converted to Factor hashtables. All other JSON objects convert to their obvious Factor equivalents.

See also
read-json

Definition

GENERIC: json> ( string -- object )


Methods