I'm getting an array of JSON in the back end like this:
{"idDistrito": "23",
"nome": "rere",
"codigoDne": "154545",
"cns": "565665",
"entidade": {
"idEntidade": "1",
"nome": "Entidade 01"
},
"emissaoProfissional": "07/11/2017"
}
I would like to know how do I separate the attributes of the variables to set up a table where the attributes would be column and the variables would be rows.