The situation is this. JSON parshu:
"rates": { "ИМЯ": 9.049538, "ИМЯ": 5232.196666, "ИМЯ": 5.3593, "ИМЯ": 322.387247 }
I need to get both the name and the value, if everything comes out simple with the value (data.rates.NAME), then the problem comes up with the name. Is it possible?
Thanks in advance for the answer!