gpt4 book ai didi

swift - 如何在使用 <-map ["xx"] 时将 json 对象映射到字符串

转载 作者:行者123 更新时间:2023-11-30 10:43:11 24 4
gpt4 key购买 nike

我需要在映射时将 json 对象转换为字符串,但 fromJSON 始终为 nil。

我提供了一段代码,我认为我不应该在 value 中得到 nil。我想我应该得到“a.b”下的 json

   func mapping(map: Map) {
b <- (map["a.b"], TransformOf<String, String>(fromJSON: { value in print("json \(value)"); return String(value) }, toJSON: { $0.map { String($0) } }))
}

我尝试映射的 json 看起来像这样

{
"a" : {
"b" : { ..... } <- this is the piece I need as string
}
}

最佳答案

你可能想看看

Using JSON with custom types

其中包含一个使用 Swift Codable 转换 JSON 的工作平台

关于swift - 如何在使用 <-map ["xx"] 时将 json 对象映射到字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56358835/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com