C# Class UnityEditorInternal.JSONParser

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
JSONParser ( string jsondata ) : System
Parse ( ) : UnityEditorInternal.JSONValue
SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue

Private Methods

Méthode 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

Method Details

JSONParser() public méthode

public JSONParser ( string jsondata ) : System
jsondata string
Résultat System

Parse() public méthode

public Parse ( ) : UnityEditorInternal.JSONValue
Résultat UnityEditorInternal.JSONValue

SimpleParse() public static méthode

public static SimpleParse ( string jsondata ) : UnityEditorInternal.JSONValue
jsondata string
Résultat UnityEditorInternal.JSONValue