class Aws::Json::JSONEngine

def self.dump(value)

def self.dump(value)
  JSON.dump(value)
end