Page 1 of 1

JSONImport bug

Posted: Tue May 16, 2017 5:11 pm
by MaxV
Hi,
if you read this: http://quality.livecode.com/show_bug.cgi?id=19698
you'll get that on JSONimport we have a problem regarding the JSON array format.

The JSON array format is like: ["an item, "another item", "another item"]
so it's like an liveocde array without keys, or like an enum type. My question is: what is the best procedure to import it in livecode?