I have a Array that is pulling back X amount of Data from a JSON file, Lets say 40
I wanted some help where If i want X amount of data from that file, lets say just 20, What't the best approach to do so?
Is there any example out there.
I tried using jQuery.grep function but i was not getting it to work.
Any help will be greatly appreciated
Thanks in advance.