in a nutshell, easyJSON creates what you want by using numeric keys

so:
array[one][1] = 12345
array[one][2] = 12345
array[one][3] = 12345
array[two][1] = 12345
array[two][2] = 12345

would produce the results you are looking for (technically the numbers don't
have to be sequential, it just has to be that all of the keys must be
numeric)



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/how-to-create-a-list-in-easyJSON-tp4711279p4711289.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to