How can i parse the src link.that was under image. That’s why i am facing problem.i am using json tools extension.can anyone tell me which block should i use
Thanks in advanced
I mean how to retrive from an josn list with index
Like that.in that json there was two list item.so how can i retrive data from specific index
{
“id”: 9,
“name”: “Clothing”,
“slug”: “clothing”,
“parent”: 0,
“description”: “”,
“display”: “default”,
“image”: {
“id”: 730,
“date_created”: “2017-03-23T00:01:07”,
“date_created_gmt”: “2017-03-23T03:01:07”,
“date_modified”: “2017-03-23T00:01:07”,
“date_modified_gmt”: “2017-03-23T03:01:07”,
“src”: “https://example.com/wp-content/uploads/2017/03/T_2_front.jpg”,
“name”: “”,
“alt”: “”
},
{
“id”: 10,
“name”: “another”,
“slug”: “clothing”,
“parent”: 0,
“description”: “”,
“display”: “default”,
“image”: {
“id”: 730,
“date_created”: “2017-03-23T00:01:07”,
“date_created_gmt”: “2017-03-23T03:01:07”,
“date_modified”: “2017-03-23T00:01:07”,
“date_modified_gmt”: “2017-03-23T03:01:07”,
“src”: “https://example.com/wp-content/uploads/2017/03/T_2_front.jpg”,
“name”: “”,
“alt”: “”
},
I read this.there not given how to read subjson object.& i already create my app with json tools extension.that’s why i didn’t trying dictionary right now