class JSON::GenericObject

def json_create(data)

def json_create(data)
  data = data.dup
  data.delete JSON.create_id
  self[data]
end