Hello Im using HTTParty to call for a remote json file that I need to extract the URL\'s to use in one of my tests.. the json format goes something like:
\"man
Try:
file['manifest']['files'].each do |item| puts item['url'] end