메소드 | 설명 | |
---|---|---|
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 |
public static SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue | ||
jsondata | string | |
리턴 | UnityEditorInternal.JSONValue |