let dic: [String: Any]
let num = dic["value"] as? Int
dic["name"] = "name"