C# Class fastJSON.Formatter

Mostrar archivo Open project: mgholam/fastJSON Class Usage Examples

Public Properties

Property Type Description
Indent string

Public Methods

Method Description
AppendIndent ( StringBuilder sb, int count ) : void
PrettyPrint ( string input ) : string

Method Details

AppendIndent() public static method

public static AppendIndent ( StringBuilder sb, int count ) : void
sb System.Text.StringBuilder
count int
return void

PrettyPrint() public static method

public static PrettyPrint ( string input ) : string
input string
return string

Property Details

Indent public_oe static_oe property

public static string Indent
return string