I have a problem:
from server I receive such JSON string (resp.responseJSON.Data)
{
"Data":
{
"ABC": "6",
"NUI": "1",
"ITM": "10"
.....
}
}
where elements in Data have the apropriate order
When I do $H(responseJSON.Data) - I have hash object with different
order of elements
But I need to have the original order of elements!
What should I do and how can I get it?
Help me please
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---