KakaJSON icon indicating copy to clipboard operation
KakaJSON copied to clipboard

Fast conversion between JSON and model in Swift.

Results 23 KakaJSON issues
Sort by recently updated
recently updated
newest added

Could not find module 'KakaJSON' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/ll/Library/Developer/Xcode/DerivedData/LLR-geodfypvkpijjgabjndrdikiwpox/Build/Products/Debug-iphonesimulator/KakaJSON/KakaJSON.swiftmodule

MJ大神,这个轮子还会继续维护吗?

如题 如何执行 self.kj_m.convert(from: json)

![image](https://user-images.githubusercontent.com/19483154/106863441-86db1680-6703-11eb-9ab5-56ccf1543d00.png) ``` thread info -s thread #1: tid = 0x56556c, 0x00000001067bd74c libclang_rt.asan_ios_dynamic.dylib`__asan::AsanDie(), queue = 'com.apple.main-thread', stop reason = Global buffer overflow { "access_size": 44, "access_type": 0, "address": 4460594657, "description": "global-buffer-overflow",...

转换代码如下: ``` @objcMembers class CustomerQuestionTypeResp: NSObject, Convertible { @objc enum QuestionType: Int, ConvertibleEnum { case singleSelect = 0 case multiSelect = 1 case unsureSelect = 2 case judge = 3...

> 杰哥,你好,想使用KakaJSON获取类的metadata数据,遇到一个崩溃 * 1、有一个OC的类`WTStudent` ``` @interface WTStudent : NSObject @end @interface WTPerson : NSObject @property (nonatomic, strong) NSString *name; @property (nonatomic, assign) NSUInteger age; @property (nonatomic, strong) WTStudent *stu; @end...

HnadyJson太难用了,升级系统就崩溃。Codeable也不好用

@CoderMJLee 在项目二进制化的过程中,发现如果启用 `BUILD_LIBRARY_FOR_DISTRIBUTION` 后,在跨模块使用类继承的模式下,会造成奔溃。希望能帮助解决一下。 Example ```swift // Module A open class BaseModel: Convertible { public var baseVarInt: Int? public var baseVarString: String? required public init() {} } ``` ```swift //...

正准备用,还维护吗