Posts by Pablo R. Dinella • 121 points
1 post
-
2
votes2
answers3885
viewsA: Extract JSON object item with Angular.js
You can access each item of the array using indexes, e.g..: objeto.propriedade[0] for the first item and objeto.propriedade[1] to the second. With this you can create two variables, longitude and…