Json.toString

Returns the JSON object as a string.

For large JSON values use writeJsonString instead as this function will store the whole string in memory, whereas writeJsonString writes it out bit for bit.

See Also

writeJsonString, toPrettyString

Meta