getObjectKeyIndex
get the index of item with a specific key name in a object
Syntax
getObjectKeyIndex
Returns
returns (integer) the index of the item
Parameters
- object_input (object)
- the source object
- name (string)
- the key name to search for