Function 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.
Prototype
string toString() const;
See Also
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.