Remote JSON Source – Ruby on Rails

Hey everyone,

Just a quick post on how to retrieve a remote JSON source so I don’t forget.

require 'open-uri'
require 'json'

#Retrieve source (controller/model)
@results = JSON.parse(open("http://www.myjsonsource.com/jsonfeed_num1").read)


#In view

   

That’s all there is to it, let me know if you have any problems!


Posted

in

,

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Create a website or blog at WordPress.com

%d bloggers like this: