I am using AngularJS to render html page doing ajax call, which returns json file.
How to get count of id's in below JSON using angularjs?
[{"id":1,"Name":"Apple"},
{"id":2,"Name":"Mango"},
{"id":3,"Name":"Banana"}
{"id":4,"Name":"Coconut"}
{"id":5,"Name":"pineaple"}
{"id":6,"Name":"Orange"}
{"id":7,"Name":"Guava"}]
Array.length
? – charlietfl Jul 4 at 13:21