Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 261 Bytes

EasyJSON

A easy way for JSON to Model in Swift

//Warn: 1、Model中的 Int, Float, Double 一律用 NSNumber代替。

//TODO: 1、toJSON 2、自定义 >> 运算符

//WHY: 1、 type(of: ...)在Swift3.0还不能用,不知道HandyJSON是怎么做到的。