C# 클래스 Coinium.Common.Extensions.JsonFormatter

Utility class to format a given JSON string so it is more readable and nicely indented. Original source from: http://stackoverflow.com/questions/4580397/json-formatter-in-c
파일 보기 프로젝트 열기: Ziftr/CoiniumServ

공개 프로퍼티들

프로퍼티 타입 설명
Indent string

공개 메소드들

메소드 설명
IsEscaped ( this str, int index ) : bool
PrettyPrint ( string input ) : string
Repeat ( this str, int count ) : string

메소드 상세

IsEscaped() 공개 정적인 메소드

public static IsEscaped ( this str, int index ) : bool
str this
index int
리턴 bool

PrettyPrint() 공개 정적인 메소드

public static PrettyPrint ( string input ) : string
input string
리턴 string

Repeat() 공개 정적인 메소드

public static Repeat ( this str, int count ) : string
str this
count int
리턴 string

프로퍼티 상세

Indent 공개적으로 정적으로 프로퍼티

public static string Indent
리턴 string