HandyJSON icon indicating copy to clipboard operation
HandyJSON copied to clipboard

A handy swift json-object serialization/deserialization library

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

I'm trying to tidy up a model, and I'm attempting to gather a few properties into a structure. Basically, I'm trying to "pull" a few properties up a level. The...

发现了一个问题,执行pod lib lint命令,在5.0.0以上版本无法验证通过,5.0.0及以下可以验证通过

Not able to archive build on latest flutter 3.22 SwiftCompile normal arm64 Compiling\ AnyExtensions.swift,\ BuiltInBasicType.swift,\ BuiltInBridgeType.swift,\ CBridge.swift,\ Configuration.swift,\ ContextDescriptorType.swift,\ CustomDateFormatTransform.swift,\ DataTransform.swift,\ DateFormatterTransform.swift,\ DateTransform.swift,\ Deserializer.swift,\ EnumTransform.swift,\ EnumType.swift,\ Export.swift,\ ExtendCustomBasicType.swift,\ ExtendCustomModelType.swift,\ FieldDescriptor.swift,\...

https://github.com/alibaba/HandyJSON/pull/491 看到有大佬修复了报错的问题,什么时候可以更新pod呢?或者说现在是要怎么使用大佬推送的分支?请求回复

![11111](https://github.com/alibaba/HandyJSON/assets/3859712/4d07fd86-bdff-4974-a449-07a04bedf6c0)

1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) 2. Compiling with effective version 5.10 Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var...

![Image](https://github.com/user-attachments/assets/1658b811-30a0-4dab-953c-ed8629a8985b)

示例代码: ``` class AAA: HandyJSON { var a = "a" var b = 1 var c = false var p1: (() -> Void)? required init() {} func mapping(mapper: HelpingMapper) {...