Serializes a JsonValue tree to an indented JSON string.
Example:
string s = Json.pretty (value, 2);
| value |
the value to serialize. |
| indent |
spaces per indentation level (default 2). |
|
indented JSON string. |