class Aws::Json::SimpleBodyHandler

def parse_json(context)

def parse_json(context)
  MultiJson.load(context.http_response.body_contents)
end