class Aws::Json::JSONEngine

def self.load(json)

def self.load(json)
  JSON.load(json)
end