Skip to content

Releases: kakaopensource/KakaJSON

Enhancement

07 Jan 16:55
Compare
Choose a tag to compare
  • Supporting convert from [String: [[String: Any]]] to [String: [Model]]
  • Supporting 'enum array', 'enum dict'
  • Closed issues

Fix for iOS9

Simplify apis + Optimization

28 Aug 15:33
Compare
Choose a tag to compare

First public release

23 Aug 09:38
Compare
Choose a tag to compare
  • 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.(一行代码实现常见数据的归档\解档)