How to get product Name, Description, and image only and ignore rest all things when getting return data from an api
My Postman response is this and i want to omit these data fields when getting a response
“status”: “success”,
“response”: {
“product name”: [
{
“category_text”: “Design”,
“description_text”: “[color=#000000][size=2][font="Open Sans", Arial, sans-serif]Hi Marketo community, I love colours! Its as simple as that. I’d love to create a beautiful colour palette for you to use in your branding and website that will compliment your company’s vision and stand out in the market.I usually deliver the first concept within 2 working days and then you can feedback from there. I look forward to hearing from you and making something great for you.Jill[/font][/size][/color]”,
“image_image”: “//s3.amazonaws.com/appforest_uf/f1527687814657x393898960202932350/palete.png”,
“name_text”: “A color palette for any website is the key to success”,
“price_number”: 25,
“published_boolean”: true,
“sold_times_number”: 10,
“Created By”: “1524846890429x241363512817770240”,
“Created Date”: 1524847157968,
“Modified Date”: 1528555482489,
“rating_list_number”: [
3.5,
5,
3,
2.5
],
“_id”: “1524847156088x373143155251085300”,
“_type”: “custom.product”
},
{
“category_text”: “Design”,
“description_text”: “[color=#000000][size=2][font="Open Sans", Arial, sans-serif]Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.[/font][/size][/color]”,
“image_image”: “//s3.amazonaws.com/appforest_uf/f1527609729233x645451633026823400/2.png”,
“name_text”: “I offer you a quality website for your domain orce business”,
“price_number”: 200,
“published_boolean”: true,
“Created By”: “1525163033121x227074156049638980”,
“Created Date”: 1525209182385,
“Modified Date”: 1528129244927,
“rating_list_number”: [
5
],
“_id”: “1525209179719x742013639275315200”,
“_type”: “custom.product”
},