how to create a list in easyJSON
pink
nabble at mad.pink
Sat Dec 31 13:08:47 EST 2016
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.
More information about the use-livecode
mailing list