I have the following result in JSON:
{
"name": "test",
"count": 5,
"frequency": "Manual Crawl",
"version": 1,
"newdata": true,
"lastrunstatus": "success",
"thisversionstatus": "success",
"thisversionrun": "Wed Jun 24 2015 16:25:51 GMT+0000 (UTC)",
"results": {
"collection1": [
{
"property1": "",
"property2": "DIA DA TERRA",
"index": 1,
"url": "http://site.com.br"
},
I need to show only the property2 element, how to hide the remaining elements (property1, index, url) using javascript?