Json – get values from nested object and display in a grid on angular 17
I have this JSON: { "mainObjeto": { "id": 1, "descripcion": "some text", "reclamoMotivo": { "id": 3, "nombre": "yyyyy", "descripcion": "Producto con Defectos" }, "empresa": { "id": 1, "nombreEmpresa": "xxxx", "descripcionEmpresa": "xxxx" }, "adjuntos": [ { "id": 1, "nombreAdjunto": "test.txt" },…