class JSON::GenericObject

def |(other)

def |(other)
  self.class[other.to_hash.merge(to_hash)]
end