>json ( obj -- string )
JSON serialization

Prev:path>jsons ( path -- jsons )
Next:write-json ( obj -- )


Vocabulary
json

Inputs
objan object


Outputs
stringthe object converted to JSON format


Word description
Serializes the object into a JSON formatted string.

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

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

Definition