C# 클래스 System.Json.JsonValue

상속: IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
Load ( Stream stream ) : JsonValue
Load ( TextReader textReader ) : JsonValue
Parse ( string jsonString ) : JsonValue
Save ( Stream stream ) : void
Save ( TextWriter textWriter ) : void
ToString ( ) : string
this ( int index ) : JsonValue
this ( string key ) : JsonValue

비공개 메소드들

메소드 설명
DoEscapeString ( StringBuilder sb, string src, int cur ) : string
EscapeString ( string src ) : string
IEnumerable ( ) : IEnumerator
NeedEscape ( string src, int i ) : bool
SaveInternal ( TextWriter w ) : void
ToJsonPairEnumerable ( object>.IEnumerable kvpc ) : JsonValue>>.IEnumerable
ToJsonValue ( object ret ) : JsonValue
ToJsonValueEnumerable ( IEnumerable arr ) : IEnumerable

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

Load() 공개 정적인 메소드

public static Load ( Stream stream ) : JsonValue
stream System.IO.Stream
리턴 JsonValue

Load() 공개 정적인 메소드

public static Load ( TextReader textReader ) : JsonValue
textReader TextReader
리턴 JsonValue

Parse() 공개 정적인 메소드

public static Parse ( string jsonString ) : JsonValue
jsonString string
리턴 JsonValue

Save() 공개 메소드

public Save ( Stream stream ) : void
stream System.IO.Stream
리턴 void

Save() 공개 메소드

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : JsonValue
index int
리턴 JsonValue

this() 공개 메소드

public this ( string key ) : JsonValue
key string
리턴 JsonValue