Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created October 30, 2012 20:35
Show Gist options
  • Save chebyte/3982839 to your computer and use it in GitHub Desktop.
Save chebyte/3982839 to your computer and use it in GitHub Desktop.
irb(main):054:0> a = JSON.parse(open("http://127.0.0.1:3000/api/v1/proxies/list").read)
JSON::ParserError: 757: unexpected token at '"[{\"ip\":\"68.80.135.236\",\"port\":6515,\"updated_at\":\"2012-10-25T22:25:09Z\"},{\"ip\":\"54.247.66.62\",\"port\":8080,\"updated_at\":\"2012-10-25T22:26:21Z\"},{\"ip\":\"184.169.211.220\",\"port\":80,\"updated_at\":\"2012-10-25T22:26:56Z\"},{\"ip\":\"23.22.243.246\",\"port\":8080,\"updated_at\":\"2012-10-25T22:28:03Z\"}]"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment