0

I am getting the Current Response below for CRNK IO , But i wanted the JSON Structure to appear Like the Required Response . So things need to be done so that i can get the Final Response JSON Structure as per the Required Response below.

Current Response

{
 "data" : [
   "countries":[] 
]
}

**Required Response**
{
  "data":[]
  "countries" : []
}

0 Answers0