Hi,
I have a question and I can't solve it with Google searches.
I want to load all items from a file.json to a list, but I don't know which command to give, I can only make the list read an item, an example of what I want to do:
{
"array": [
"one door",
"Duplex",
"Inverser",
"Side By Side",
"French Door"
]
}
In the construct then I have the item added to the JSON.Get list ("array.0") and the list gets "one door", what command do I need to use for the list to get all items?