JSON object.
More...
JSONObject.JSONObject |
( |
) | |
|
Initializes a new instance of the JSONObject class.
Construct a copy of the given JSONObject.
- Parameters
-
void JSONObject.Add |
( |
string |
key, |
|
|
JSONValue |
value |
|
) |
| |
void JSONObject.Add |
( |
KeyValuePair< string, JSONValue > |
pair) | |
|
void JSONObject.Clear |
( |
) | |
|
bool JSONObject.ContainsKey |
( |
string |
key) | |
|
- Parameters
-
- Returns
- Does 'key' exist in this object.
bool JSONObject.GetBoolean |
( |
string |
key) | |
|
IEnumerator<KeyValuePair<string, JSONValue> > JSONObject.GetEnumerator |
( |
) | |
|
double JSONObject.GetNumber |
( |
string |
key) | |
|
Gets the number.
- Returns
- The number.
- Parameters
-
Gets the object.
- Returns
- The object.
- Parameters
-
string JSONObject.GetString |
( |
string |
key) | |
|
Gets the string.
- Returns
- The string.
- Parameters
-
Gets the value.
- Returns
- The value.
- Parameters
-
static JSONObject JSONObject.Parse |
( |
string |
jsonString) | |
|
|
static |
Attempt to parse a string into a JSONObject.
- Parameters
-
- Returns
- A new JSONObject or null if parsing fails.
void JSONObject.Remove |
( |
string |
key) | |
|
Remove the JSONValue attached to the given key.
- Parameters
-
override string JSONObject.ToString |
( |
) | |
|
Returns a System.String that represents the current JSONObject.
- Returns
- A System.String that represents the current JSONObject.
The documentation for this class was generated from the following file:
- D:/PROJECTS/UnityGAFPlayer/UnityGAFPlayer/Library/sfw2gaf_unity3d/Assets/Scripts/GAFConverter/Common/GAFJSON.cs