getValue
Gets value at the given index as an object. The object types are Blob, Array, Dictionary, Number, or String based on the underlying data type; or null if the value is null.
Return
the Object or null.
Parameters
index
the index. This value must not exceed the bounds of the array.