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

有什么临时解决办法吗

![Screen Shot 2022-09-06 at 1 53 19 pm](https://user-images.githubusercontent.com/109928647/188543637-1bc84a0e-1225-456a-99be-6f82ffc38c69.png) same problem here https://github.com/CreateAPI/URLQueryEncoder/issues/4

诚然HandyJSON很好用,我是刚学iOS开发不久的,之前最终决定使用HandyJSON作为项目的JSON解析框架。看到issues里很多讨论HandyJSON写内存不稳定,升级系统版本必崩溃等问题`(我暂时没有遇到,并且在我决定使用HandyJSON前就知道这些隐含问题了,之所以仍然使用是因为找不到更好更方便的解决方案)`,而且作者也已经不建议使用了[#466](https://github.com/alibaba/HandyJSON/issues/466),我认为应该更加负责任一些,在README的显著位置标注「不建议再使用」,给后面像我这样的初来者提个醒。目前我已经有了更好的解决方案`(仅针对我的单个项目)`,并迁移到官方的Codable了,其实Codable大部分功能也都能实现

### Question Calling toJSONString after creating an object with the UIColor.clear property reports an error and fails to serialize successfully. ### Code ```swift class SandBoxModel: HandyJSON { var mode: Int...

1.Add gloabl or local support for deserializing jsonKey from snake_case to camelCase 2.Support for serializing objectKey from camelCase to snake_case 3.Have been tested

Xcode14.3 Report error `use of '@import' in framework header is discouraged, including this header requires -fmodules` Xcode 11.4 turns the -Watimport-in-framework-header warning on by default. Using @import in framework headers...

加入@propertyWrapper 无法解析

- `HandyJSON` does not specify a Swift version and none of the targets (`packager`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute...