0
{
  "status_code":200,
  "result":{
    "leads":[
      {},
      {},
      {}
    ],
    "patients":[
     {},
     {},
     {},
     {}
   ],
    "assessments":[
     {},
     {}
   ],
    "worklogs":[
    ],
    "schedules":[
      {},
      {},
      {}
    ],
    "comments":[],
    "masters":{
      "services":[
        {},
        {}
      ],
      "managers":[
        {},
        {},
        {}
      ]
    },
    "feedbacks":[
    ]
  }
}

How to parse above JSON and store a particular array in the JSON angular5 simply return the particular array value
How can I parse the file and extract single values?

Sunil Chaudhary
  • 4,481
  • 3
  • 22
  • 41

0 Answers0