Skip to content

Std json jsonarray getnumber

std:std.json.JsonArray.GetNumber

Method GetNumber:Double( index:Int )#

Gets a numeric array element.

Returns the numeric value at index, or 0 if index is out of range or the value at index is not numeric.

Parameters
index index Array index.