module Aws::Json

def load_file(path)

def load_file(path)
  load(File.open(path, 'r', encoding: 'UTF-8', &:read))
end