>json ( obj -- string )
JSON serialization

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


Vocabulary
json

Inputs
objan object


Outputs
stringthe object converted to JSON format


Word description
Serializes the object into a JSON formatted string.

See also
json-print

Definition