I have a json string:
[{"file":"78jsyhpg9mtf.jpg"},{"file":"imqk2680ra4p.jpg"}]
that doesn't have primary object name. It is accessible via data(0)...
But how do I iterate with for next loop over all elements in collection?
Using
Set oJSON = New aspJSON for each file in oJSON.data() ... next
obviously doesn't work. And I can not use oJSON.data("name") as the collection does not have primary data object.
I am using this script: https://github.com/gerritvankuipers/aspjson/blob/master/aspJSON1.19.asp
" : next` – Flakes May 05 '21 at 06:27