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

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