Chinamobo / JSONModel

Minimized JSONModel Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONModel

This repository provide an minimized JSONModel, which is one of the most powerful library for Cocoa development. Some changes may also included.

It allows you to quickly convert between json data and model with little code. JSONModel also has many advanced features, such as nested key mapping, custom value transformer, validation...

Note that the performance of JSONModel is not outstanding. It is recommended to use a background thread when handling large amounts of data.

Checkout JSONModel Usage.

Installation

Manually or using CocoaPods:

pod 'JSONModel', :git => 'https://github.com/Chinamobo/JSONModel.git'

Specify a version:

pod 'JSONModel', :git => 'https://github.com/Chinamobo/JSONModel.git', :tag => '1.7.0'

To use latest code:

pod 'JSONModel', :git => 'https://github.com/Chinamobo/JSONModel.git', :branch => 'develop'

Useing Carthage:

github "Chinamobo/JSONModel" "develop"

Changes

  • Networking removed.

About

Minimized JSONModel Repository

License:MIT License


Languages

Language:Objective-C 99.3%Language:Ruby 0.7%