Method: JSON::GenericObject#as_json

Defined in:
lib/oj/json.rb

#as_jsonObject



167
168
169
# File 'lib/oj/json.rb', line 167

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