I am very new to VBA and I can not figure out how to get values from a Collection.
This is my code:
Dim p As Object Set p = JSON.parse(Response.Conte
I will answer my own question:
links(1).Item("rel")
worked...
Regards..