KakaJSON Versions Save

Fast conversion between JSON and model in Swift.

1.1.2

4 years ago
  • Supporting convert from [String: [[String: Any]]] to [String: [Model]]
  • Supporting 'enum array', 'enum dict'
  • Closed issues

1.1.0

4 years ago

1.0.0

4 years ago
  • 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.(一行代码实现常见数据的归档\解档)