Method: JSON::GenericObject#|

Defined in:
lib/oj/json.rb

#|(other) ⇒ Object



163
164
165
# File 'lib/oj/json.rb', line 163

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