JSONNeverDie
JSONNeverDie copied to clipboard
Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die
我想把data转换为json
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...
只支持iOS吗?
我看首页的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字符串
支持可以把model数据存到本地的方法吗