Module: Requests::JsonHelpers

Defined in:
lib/generators/json_voorhees/setup_app/templates/json_helpers.rb

Instance Method Summary collapse

Instance Method Details

#jsonObject



3
4
5
# File 'lib/generators/json_voorhees/setup_app/templates/json_helpers.rb', line 3

def json
	@json = JSON.parse(response.body)
end