at


Description:

public JsonValue? at (int index)

Returns the value at an index in a JSON array.

Parameters:

index

zero-based array index.

Returns:

the value or null if out of bounds or not an array.