Method Json.toString

Returns the JSON object as a string.

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

Prototypes

string toString() const;

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.