Skip to content

Std json jsonarray opidx

std:std.json.JsonArray.Operator []

Operator []:JsonValue( index:Int )#

Gets the json value at an index.

Returns the json value at index, or null if index is out of range.

Parameters
index index The index.