Releases: kakaopensource/KakaJSON
Releases · kakaopensource/KakaJSON
Enhancement
- Supporting convert from [String: [[String: Any]]] to [String: [Model]]
- Supporting 'enum array', 'enum dict'
- Closed issues
Fix for iOS9
- Adjust Lock
- Closed issues
- Merged pull requests
Simplify apis + Optimization
- Remove locks in ConvertibleConfig
- Simplify apis
- Support carthage
- Keep default model value for optimization
- Merged pull requests
First public release
- Convert model to JSON with one line of code.(一行代码Model转JSON)
- Convert JSON to Model with one line of code.(一行代码JSON转Model)
- Archive\Unarchive object with one line of code.(一行代码实现常见数据的归档\解档)