module Aws::Json

def load(json)

def load(json)
  ENGINE.load(json, *ENGINE_LOAD_OPTIONS)
rescue ENGINE_ERROR => e
  raise ParseError.new(e)
end