JsonExtensions..::..JsonPrettify Method
Overload List
| Name | Description | |
|---|---|---|
|
|
JsonPrettify(String, Formatting) |
Formats a JSON string with the specified indentation.
|
|
|
JsonPrettify(TextReader, TextWriter, Formatting) |
Formats JSON from a TextReader and writes the result to a TextWriter.
The caller is responsible for disposing the reader and writer.
|

