JsonNodeSerialise(UInt32) Method

Serialise to a multiline layout, indented using spaces and a specified indent size.

Definition

Namespace: MichaelBrooks.UK.Json
Assembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
public string Serialise(
	uint indentSize
)

Parameters

indentSize  UInt32
The number of spaces to use for each indent level.

Return Value

String
A JSON serialisation of the DOM with the current JsonNode taken as the root.

Remarks

See Also