How do I display only some of the most important information in a list as in the example below?
{
"userId": 1,
"id": 1,
"title": "DRF - Delegacia de Roubos e Furtos",
"endereco": "Praca Maua, 5 - Centro",
"tel":"2233-2701",
"long":"-22.896893,0",
"lat":"-43.181976"
},
It does not matter if you use AngularJS, JSON, JavaScript. I'd just like to know how do I pull just one information to avoid repetitions. For example: how to display in a location just the name, address, and phone number of the location for users to see?