I ask for your help to help me get the value of a key that is nested, when I render, it shows me the first level but I do not know how to get to the more internal nodes, the model is:
{
"ciudadDepartamento": "Bogotá",
"estadoDepartamento": true,
"fechaCreacion": "2016-05-12T00:00:00-05:00",
"id": 1,
"idFacultad": {
"ciudadFacultad": "Bogotá",
"estadoFacultad": true,
"fechaCreacion": "2016-05-12T00:00:00-05:00",
"id": 2,
"nombreFacultad": "Facultad de Ingeniería y Ciencias Básicas"
},
"nombreDepartamento": "Ciencias básicas"
}
I want to get the value of nameFaculty