index
Returns a new JsonPath with an additional Component.Index used to access an index in the next JSON array.
Additional JsonPath components can be appended through the returned JsonPath via the JsonPath.key and JsonPath.index methods.
Return
A new JsonPath instance with additional Component.Index added
Parameters
index
The index used to extract the item in the json array