Code: Select all
["val1", "val2"]
Code: Select all
["val3", 4]
I tried several ways to parse, but with ExtractJSONArray, I get either the integer or the string value, but not both (depending on array type). If I use ExamineJSONMembers, I get an error because the strings are not an object.
How do I reliable parse such JSON strings? A short example would be great, thanks!