Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void AppendIndented(JsonValue, StringBuilder, int)

Declaration

public static void AppendIndented(
    JsonValue value,
    StringBuilder sb,
    int indentation = 0
)

Summary

Converts the JSON value to a JSON string that parses back to this value and places the string into the specified StringBuilder. Supports null values.