HandyJSON icon indicating copy to clipboard operation
HandyJSON copied to clipboard

A handy swift json-object serialization/deserialization library

Results 123 HandyJSON issues
Sort by recently updated
recently updated
newest added

如果支持,请放一下 package url

var wId : String? = "" override func mapping(mapper: HelpingMapper) { mapper

HandyJSON Version: 5.0.2 iOS Version: 15.4.1 Device Model Name: iPhone 11 Xcode Version: 13.3.1 thread #1, queue = 'com.apple.main-thread', stop reason = Fatal error: Range requires lowerBound () in closure...

当模型中出现List属性的时候,转换结果是空的。List没有任何数据。

这个字符串为什么解析不出来呢 class Attachment: NSObject { var type : String? var subType : String? var data: [String:Any]? } {\"type\":\"SYSTEM\",\"subType\":\"SYSTEM_TITLE_URL\",\"data\":\"{\\\"title\\\":\\\"View notification\\\",\\\"msg\\\":\\\"User100833 ID(100833) viewed your profile, drop a line to see if User100833...

Scope of changes is restricted to documentation only

Swift: 5.0 Realm: 3.16.1 ``` @objcMembers class HTUserInfo: Object, HandyJSON { let role = List() } HTUserInfo.deserialize(from: json) ``` role应该是 ["1", "2"] 但解析出来是个空数组

在同时使用Realm.swift时,按照realm.swift方式创建的模型数组对象,handyJson无法解析 例如: var a = List < SomeModel > () a属性是无法解析的