shijianmei / JMModel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMModel

A fast, convenient and nonintrusive conversion between JSON and model.

转换速度快、使用简单方便的字典转模型框架

功能:

  • JSON --> Model
  • Model --> JSON
  • JSON Array --> Model Array
  • Model Array --> JSON Array
  • print all properties in one line code
  • model copy in one line code

Installation【安装】

From CocoaPods

pod 'JMModel'

Manually

JMModel.h
JMModel.m

Examples

update...

About

License:MIT License


Languages

Language:Objective-C 82.1%Language:Ruby 17.9%