# File lib/json/generic_object.rb, line 27
    def |(other)
      self.class[other.to_hash.merge(to_hash)]
    end