gpt4 book ai didi

java - gson 值名为 "protected"的 json

转载 作者:太空宇宙 更新时间:2023-11-04 07:52:48 25 4
gpt4 key购买 nike

用gson解析twitter的json,

他们的模式包括一个名为“protected”的变量。由于显而易见的原因,我无法创建名为 protected 的变量...

我的解决方案是用“bProtected”之类的内容对“protected”进行替换:

谁能想到更好的解决方案吗?

最佳答案

在 GSON 中,您可以使用 @SerializedName 技巧:

   class SomeYourDeserializationClass {
...
@SerializedName("protected")
public String myProtected;
...
}

关于java - gson 值名为 "protected"的 json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14161645/

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