I have a JSON file containing some data I d like to access on my AngularJS website. Now what I want is to get only one object from the array. So I d like for example Item wi
The only way to do this is to iterate over the array. Obviously if you are sure that the results are ordered by id you can do a binary search