C# 클래스 MeshExplorer.IO.JsonParser

This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/ JSON uses Arrays and Objects. These correspond here to the datatypes ArrayList and Hashtable. All numbers are parsed to doubles.
파일 보기 프로젝트 열기: filipkunc/GLGraphics

공개 메소드들

메소드 설명
Decode ( ) : object
JsonParser ( string json ) : System

비공개 메소드들

메소드 설명
ConsumeToken ( ) : void
LookAhead ( ) : Token
NextToken ( ) : Token
NextTokenCore ( ) : Token
ParseArray ( ) : ArrayList
ParseNumber ( ) : string
ParseObject ( ) : object>.Dictionary
ParseSingleChar ( char c1, uint multipliyer ) : uint
ParseString ( ) : string
ParseUnicode ( char c1, char c2, char c3, char c4 ) : uint
ParseValue ( ) : object

메소드 상세

Decode() 공개 메소드

public Decode ( ) : object
리턴 object

JsonParser() 공개 메소드

public JsonParser ( string json ) : System
json string
리턴 System