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