C# 클래스 UnityEditorInternal.JSONParser

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
JSONParser ( string jsondata ) : System
Parse ( ) : UnityEditorInternal.JSONValue
SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue

비공개 메소드들

메소드 설명
Next ( ) : char
ParseArray ( ) : UnityEditorInternal.JSONValue
ParseConstant ( ) : UnityEditorInternal.JSONValue
ParseDict ( ) : UnityEditorInternal.JSONValue
ParseNumber ( ) : UnityEditorInternal.JSONValue
ParseString ( ) : UnityEditorInternal.JSONValue
ParseValue ( ) : UnityEditorInternal.JSONValue
PosMsg ( ) : string
SkipWs ( ) : void

메소드 상세

JSONParser() 공개 메소드

public JSONParser ( string jsondata ) : System
jsondata string
리턴 System

Parse() 공개 메소드

public Parse ( ) : UnityEditorInternal.JSONValue
리턴 UnityEditorInternal.JSONValue

SimpleParse() 공개 정적인 메소드

public static SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue
jsondata string
리턴 UnityEditorInternal.JSONValue