14 15 16 17 18
# File 'lib/json/generic_object.rb', line 14 def json_create(data) data = data.dup data.delete JSON.create_id self[data] end