PrintStructure Method
Overloads
PrintStructure(Formatting) |
Creates a string representation of the underlying json structure.
Equivalent to |
PrintStructure(Formatting)
Creates a string representation of the underlying json structure.
Equivalent to ToString(formatting)
Declaration
public string PrintStructure(Formatting formatting)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.Formatting | formatting |
Formatting of the string. |
Returns
Type | Description |
---|---|
System.String |
The string representation of the underlying json structure. |