67 68 69
# File 'lib/json/generic_object.rb', line 67 def as_json(*) { JSON.create_id => self.class.name }.merge to_hash end