Module: SimpleJSON::Body

Defined in:
lib/simple_json_helpers.rb

Overview

///////////////////////////////////////////////////////////////////////////////////////

Author

lp ([email protected])

Copyright

2009 Louis-Philippe Perron - Released under the terms of the MIT license

:title:SimpleJSON::Body

Class Method Summary collapse

Class Method Details

.get(env) ⇒ Object



34
35
36
37
# File 'lib/simple_json_helpers.rb', line 34

def self.get(env)
	data =  env['rack.input'].read
	return data
end