19 20 21 22 23
# File 'lib/json/generic_object.rb', line 19 def json_create(data) data = data.dup data.delete JSON.create_id self[data] end