I'm new to angularjs. I have a json.
{
"first": {
"content": {
"admin.nv.example.com": {
"start": "2016-02-24 06:04:12.772141"
}
}
}
}
This is my JSON response i want to obtain value of property name (start) in this whole response but whenever i try to access this property value by first.content.admin.example.com.start
it shows error:Cannot read property 'nv' of undefined(angularjs)