Greetings, im trying to do some stuff with dynamic data from a AJAX php site this is my json result:
[quote:stm96qa5]
{
"c2array": true,
"size": "[1,2,10]",
"data": [
{
"nombre": "John Smith",
"puntos": 100
},
{
"nombre": "John Smith",
"puntos": 200
},
{
"nombre": "John Smith",
"puntos": 300
},
{
"nombre": "John Smith",
"puntos": 400
},
{
"nombre": "John Smith",
"puntos": 500
},
{
"nombre": "John Smith",
"puntos": 600
},
{
"nombre": "John Smith",
"puntos": 700
},
{
"nombre": "John Smith",
"puntos": 800
},
{
"nombre": "John Smith",
"puntos": 900
},
{
"nombre": "John Smith",
"puntos": 1000
}
]
}
Im trying to add this to an array using this:
[quote:stm96qa5]On Ajax completed: Array - Load from JSON string AJAX.LastData
On debug i can't see anything loaded to my array
What im doing wrong ?
If anyone can upload a .capx example with an ajax to array i appreciate it.
Thanks