Serializer
Last updated
Last updated
[json/Serializer]
Serializes JSON into string.
Keywords: stringify, serialize, convert, JSON
data: any
Receives the data to be serialized.
pretty: boolean
Whether to pretty-format the output string. (Indented with 2 spaces.)
json: string
Sends the serialized JSON.
error: string
Sends error about unserializable JSON.