I'm trying to add the contents of a JSON file to a LIST. Normally, I would use a loop to iterate through the objects, but using COUNT will not compile and when I use LENGTH, it counts the number of characters in the string.
Do I need to make it a JSONArray when the object is made, and if so, how do I do that? Or do I need another kind of loop? I'm using version 5.2.3f, the last XP compatible version. Thanks!