JSONNeverDie icon indicating copy to clipboard operation
JSONNeverDie copied to clipboard

Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die

Results 6 JSONNeverDie issues
Sort by recently updated
recently updated
newest added

Hey, nice library. It would by nice if it also supported protocols (with implementation) instead of just subclassing. Some other libraries, mainly ORMs need subclassing and it would be impossible...

我看首页的badge只提到了iOS。 macOS, tvOS, watchOS 能支持吗?

let json = JSONND(dictionary: dic!) let u = UserInfo(JSONNDObject: son) u.age = 22 # print(u.RAW) 此时age的值还是之前的18,并没有改为22 难道做不到这样的转换? Json字符串 -> JSONModel -> 操作model -> Json字符串

希望增加一下pods,谢谢

enhancement

支持可以把model数据存到本地的方法吗