C# 클래스 Appboy.Utilities.Json.Parser

상속: IDisposable
파일 보기 프로젝트 열기: Appboy/appboy-unity-sdk

Private Properties

프로퍼티 타입 설명
EatWhitespace void
ParseArray List
ParseByToken object
ParseNumber object
ParseObject object>.Dictionary
ParseString string
ParseValue object
Parser System

공개 메소드들

메소드 설명
Dispose ( ) : void
Parse ( string jsonString ) : object

비공개 메소드들

메소드 설명
EatWhitespace ( ) : void
ParseArray ( ) : List
ParseByToken ( TOKEN token ) : object
ParseNumber ( ) : object
ParseObject ( ) : object>.Dictionary
ParseString ( ) : string
ParseValue ( ) : object
Parser ( string jsonString ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Parse() 공개 정적인 메소드

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