Method: Mouth::Endoscope#json_input

Defined in:
lib/mouth/endoscope.rb

#json_inputObject

Helpers



105
106
107
# File 'lib/mouth/endoscope.rb', line 105

def json_input
  Yajl::Parser.parse(request.env["rack.input"].read)
end