39 40 41
# File 'lib/w-stdlib/prelude.rb', line 39 def get_json(url) HTTP.get(url).to_s.from_json end