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.

Notes
The full name of this word could be json-string>object.

See also
>json, read-json, write-json

Definition

GENERIC: json> ( string -- object )


Methods