Method: JSON::GenericObject#as_json

Defined in:
lib/oj/json.rb

#as_jsonObject

[View source]

178
179
180
# File 'lib/oj/json.rb', line 178

def as_json(*)
  { JSON.create_id => self.class.name }.merge to_hash
end