Obtaining JSON data from a URL using HTTP GET
I am trying to develop a VBO which will use a HTTP GET request to obtain JSON data from a URL and then be able to store the JSON data as a collection so the different object values can be used for automation. Does anyone have any ideas as to how thi...