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