get_array_element
Description:
Conveniently retrieves the array at the given position inside an array.
See also: [method@Json.Array.get_element], [method@Json.Node.get_array]
Parameters:
this |
a JSON array |
index_ |
the index of the element to retrieve |
Returns:
the array |