C# 클래스 Heimiko.JsonObject

Generic JSON deserializer, made by Heimiko
파일 보기 프로젝트 열기: Heimiko/NzbSearcher 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( string JSON ) : JsonObject

the one deserialize function you need to call

Deserialize ( string JSON, int pos ) : JsonObject
this ( string name ) : JsonObject

비공개 메소드들

메소드 설명
Deserialize ( string JSON, int &pos ) : void
JsonObject ( ) : System

메소드 상세

Deserialize() 공개 정적인 메소드

the one deserialize function you need to call
public static Deserialize ( string JSON ) : JsonObject
JSON string
리턴 JsonObject

Deserialize() 공개 정적인 메소드

public static Deserialize ( string JSON, int pos ) : JsonObject
JSON string
pos int
리턴 JsonObject

this() 공개 메소드

public this ( string name ) : JsonObject
name string
리턴 JsonObject