{
"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?