I want to extract couple of parameters from json response but somehow I am not able to populate it. I am using angular js and third party api. This is my API result. I just want to display "[{"severity":{"label":"Severe"},"label":"Skin Rash"}]" out of entire array. I need to populate in html in list view.
"an allergy has one or more reactions. each reaction has a severity. label Severe is a key in the Severity object. label Skin Rash is in the reactions object. the allergy object has it's own label field."
{"reactions":[{"severity":{"label":"Severe"},"label":"Skin Rash"}],"audit":{"source":"medicare","createDate":"2015-03-02T18:39:23Z","updateDate":"2015-03-02T18:39:23Z","version":"1"},"label":"Other - IODINE","ended":"2007-10-28T00:00:00-04:00","started":"1993-01-01T00:00:00-05:00","date":"2015-03-02T18:37:42Z"}