I have large json data which is contains hundreds thousands elements, now i need to get the ordinal position of an item inside the data with php. what is the best approach to do this rather than having loop because performance is important in this case.
Seems PHPLINQ looks promising but performance not so good.
Thanks in advanced