Method: JSON::GenericObject#|

Defined in:
lib/oj/json.rb

#|(other) ⇒ Object


174
175
176
# File 'lib/oj/json.rb', line 174

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