Contains extension methods for JsonText.
Methods
public static JsonText Indentation(JsonText text, string indentation = " ")
Sets the indentation.
Parameters:
text (JsonText)The JSON text instance.
indentation (string)The indentation.
Returns:
The same instance so that multiple calls can be chained.