{
"GE": {
"symbol": "GE",
"dxSymbol": "GE",
"exchange": "XNYS",
"isoExchange": "XNYS",
"bzExchange": "NYSE",
"type": "STOCK",
"name": "General Electric",
"description": "General Electric Company Common Stock",
"sector": "Industrials",
"industry": "Diversified Industrials",
"open": 28.59,
"high": 29.07,
"low": 28.55,
"close": 28.87,
"bidPrice": 28.82,
"askPrice": 28.94,
"askSize": 7,
"bidSize": 10,
"size": 1676188,
"bidTime": 1477526400000,
"askTime": 1477526400000,
"lastTradePrice": 28.87,
"lastTradeTime": 1477512029000,
"volume": 24357188,
"change": 0.22,
"changePercent": 0.77,
"previousClosePrice": 28.65,
"fiftyDayAveragePrice": 31.0652,
"fiftyTwoWeekHigh": 33.0,
"fiftyTwoWeekLow": 19.37,
"marketCap": 291853729930,
"sharesOutstanding": 10109239000,
"pe": 36.964286,
"forwardPE": 20.7039,
"dividendYield": 2.96,
"payoutRatio": 109.52,
"ethPrice": 28.87,
"ethVolume": 777095,
"ethTime": 1477526274000
}
}
In the above JSON .if I don't know child object is GE how can I get it using angular JS. I am getting this response as from get endpoint , I want to access direct child is that possible if i do not know it is "GE" on before hand