[ 1, 2, "c", [ <elem1>, <elem2>, ... ,<elemN> ] "x", ..., 26.45 ]If jsonident0 is the jsonident for the main array above, then to get the ident for the single embedded array at idx 3 in that array use the following
[ <a>, <b>, <c>, { "x": "hello", "subarray" : [ <elem1>, <elem2>, ... ,<elemN> ], "z" : 26 } <x>, ..., <z> ]If jsonident0 is the jsonident for the main array above, then to get the ident for the array embedded in the object at idx 3 in the main array use the following