ArrayGetArrayByPath

returns the array at the position defined by a path

ArrayGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ArrayGetNumberByPath

finds a number at a position in an array defined by path

ArrayGetObjectByPath

Returns the object at the position defined by a path

ArrayGetStringByPath

Finds a string at a position in an array defined by path

ObjectGetArrayByPath

returns the array at the position defined by a path

ObjectGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ObjectGetNumberByPath

finds a number at a position in an object defined by path

ObjectGetObjectByPath

Returns the object at the position defined by a path

ObjectGetStringByPath

Finds a string at a position in an object defined by path