我试图仅当它存在于 JSON 中时才设置值。我想做这样的事情:
if (map["doc.type"] != nil) {
picturePath <- map["doc.type"]
}
我正在使用这个 ObjectMapper 框架: https ://github.com/Hearst-DD/ObjectMapper
我试图仅当它存在于 JSON 中时才设置值。我想做这样的事情:
if (map["doc.type"] != nil) {
picturePath <- map["doc.type"]
}
我正在使用这个 ObjectMapper 框架: https ://github.com/Hearst-DD/ObjectMapper