kakaopensource / KakaJSON

Fast conversion between JSON and model in Swift.
MIT License
1.16k stars 126 forks source link

对象key为类似“ LifeTips”的解析失败,解析为nil #56

Open KONGFANJI opened 3 years ago

KONGFANJI commented 3 years ago

如题,遇到对象是key是类似LifeTips的会解析失败,全部为nil,希望明杰老师指点迷津

ToJ-Coder commented 3 years ago

应该没人维护了, 换了吧

KONGFANJI commented 3 years ago

@ToJ-Coder 谢谢,换成别的了

Liyongcong commented 3 years ago

换成那个了,有好用的么

CoderMJLee commented 3 years ago

因为各种原因,有近1年时间没有用Mac。Sorry,近期尽量抽空继续维护。

尽量贴出代码,光凭一句话我看不出问题哈。 @KONGFANJI

KONGFANJI commented 3 years ago

因为各种原因,有近1年时间没有用Mac。Sorry,近期尽量抽空继续维护。

尽量贴出代码,光凭一句话我看不出问题哈。 @KONGFANJI

感谢回复,问题就是后端返回的字段是以大写字母开头,比如"LifeTips"这样的字段,使用KakaJSON解析出来的值是nil。