I have a problem accessing an object that has white space in the name.
I used json encode in php and I get the answer from ajax:
{Seguranca: 0, Saude Publica: 4, Transportes: 0, Outros: 0, Urbanizacao: 0, …}
I use each to iterate:
$.each(pontos, function(index, ponto) {}
How to access Public Health ?