Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.04 KB

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.