lastIndexOf
Searches this List
for the specified object and returns the index of the first occurrence.
Return
the index of the first occurrence of the object or -1 if the object was not found.
Parameters
jsonValue
the object to search for.