JsonNodeSerialise(UInt32) Method
Serialise to a multiline layout, indented using spaces and a specified indent size.
Namespace: MichaelBrooks.UK.JsonAssembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
public string Serialise(
uint indentSize
)
- indentSize UInt32
- The number of spaces to use for each indent level.
StringA JSON serialisation of the DOM with the current JsonNode taken as the root.