not true, because it's an array, if it was always at the top, it would always be at index 0. Being at the bottom you need to iterate through the array, and because the json stuff gets stored in a dynamic (in c# atleast), you cant just get the length of the array and go straight to the end.