Skip to content

Instantly share code, notes, and snippets.

@sandinist
Created July 31, 2012 23:56
Show Gist options
  • Save sandinist/3221827 to your computer and use it in GitHub Desktop.
Save sandinist/3221827 to your computer and use it in GitHub Desktop.
codequiz.rb
require 'net/http'
require 'json'
response = Net::HTTP.get_response("codejp2012quiz.cloudapp.net","/Quiz/GetList")
quiz = JSON::parse response.body
p quiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment