JSON array.
More...
Construct a new array and copy each value from the given array into the new one
- Parameters
-
Empty the array of all values.
IEnumerator<JSONValue> JSONArray.GetEnumerator |
( |
) | |
|
Gets the enumerator.
- Returns
- The enumerator.
Concatenate two JSONArrays
- Parameters
-
- Returns
- A new JSONArray that is the result of adding all of the right-hand side array's values to the left-hand side array.
static JSONArray JSONArray.Parse |
( |
string |
jsonString) | |
|
|
static |
Attempt to parse a string as a JSON array.
- Parameters
-
- Returns
- A new JSONArray object if successful, null otherwise.
void JSONArray.Remove |
( |
int |
index) | |
|
Remove the value at the given index, if it exists.
- Parameters
-
override string JSONArray.ToString |
( |
) | |
|
- Returns
- String representation of this JSONArray
- Returns
- Return the length of the array
The documentation for this class was generated from the following file:
- D:/PROJECTS/UnityGAFPlayer/UnityGAFPlayer/Library/sfw2gaf_unity3d/Assets/Scripts/GAFConverter/Common/GAFJSON.cs