JSONArray.NumberToDoubleByIndex Method
Reads number in the array by index and forces it to Integer no matter if the actual field in the JSON was integer or double.

NumberToDoubleByIndex(
index
as Integer)
as Double
Parameters
- index
- The index of the element to read (zero based).
Returns
- Double
Remarks
See Also
JSONArray Class