JSONImport bug
Posted: Tue May 16, 2017 5:11 pm
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?
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?