C# 클래스 CSharpUtils.Json.JSON

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
Decode ( string Format ) : object
Encode ( object ObjectToEncode, bool SingleQuotes = false ) : string
Parse ( string Format ) : object
Stringify ( object ObjectToEncode, bool SingleQuotes = false ) : string

보호된 메소드들

메소드 설명
Escape ( string StringToEscape ) : string

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string Format ) : object
Format string
리턴 object

Encode() 공개 정적인 메소드

public static Encode ( object ObjectToEncode, bool SingleQuotes = false ) : string
ObjectToEncode object
SingleQuotes bool
리턴 string

Escape() 보호된 정적인 메소드

protected static Escape ( string StringToEscape ) : string
StringToEscape string
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( string Format ) : object
Format string
리턴 object

Stringify() 공개 정적인 메소드

public static Stringify ( object ObjectToEncode, bool SingleQuotes = false ) : string
ObjectToEncode object
SingleQuotes bool
리턴 string