Method | Description | |
---|---|---|
JSONParser ( string jsondata ) : System | ||
Parse ( ) : UnityEditorInternal.JSONValue | ||
SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue |
Method | Description | |
---|---|---|
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 JSONParser ( string jsondata ) : System | ||
jsondata | string | |
return | System |
public Parse ( ) : UnityEditorInternal.JSONValue | ||
return | UnityEditorInternal.JSONValue |
public static SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue | ||
jsondata | string | |
return | UnityEditorInternal.JSONValue |