ElectMapper
是为方便使用MoyaMapper
而制作的JSON
转模型 工具MoyaMapper : 快速解析模型工具,支持RxSwift。同时支持缓存功能
MoyaMapper
使用手册 https://MoyaMapper.github.io
- 格式化
json
数据 - 对调整
转换
后的数据进行调整 - 将数据导出为
Swift
模型文件
- 将
json数据
粘贴至左边的编辑框内,点击转换
- 在右边的调整区进行调整内容
- 点击
导出
按钮,输出Swift
模型文件
git clone [email protected]:MoyaMapper/elecmapper.git
cd elecmapper
npm i
# 运行
npm run dev
# 打包
npm run pack
ElectMapper is available under the MIT license. See the LICENSE file for more info.