Method: Restify::Processors::Json#load

Defined in:
lib/restify/processors/json.rb

#loadObject



13
14
15
# File 'lib/restify/processors/json.rb', line 13

def load
  parse ::JSON.load(body), root: true
end