Search results for json

Polymer screenshot

Polymer

August 10, 2015 • MIT License
Endpoint focused networking
AlamofireJsonToObjects screenshot

AlamofireJsonToObjects

July 02, 2015 • MIT License
An Alamofire extension which converts JSON response data into swift objects using EVReflection
EVReflection screenshot

EVReflection

July 02, 2015 • MIT License
Swift helper library with reflection functions with support for NSCoding, Printable, Hashable, Equatable and JSON. - Parsing objects based on NSObject to a dictionary. - Parsing a dictionary ba...
FMDBHelper screenshot

FMDBHelper

June 03, 2015 • MIT License
Easier to use FMDB, support the ORM and JSON into Model.
Motif screenshot

Motif

April 28, 2015 • MIT License
A lightweight and customizable JSON stylesheet framework for iOS
JSONHelper screenshot

JSONHelper

April 09, 2015 • zlib License
Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.
MJExtension screenshot

MJExtension

March 12, 2015 • MIT License
Conversion between JSON and model
Form screenshot

Form

March 08, 2015 • MIT License
Form came out from our need to a form that could share logic between our iOS apps and our web clients, we found that JSON was one way to achieve this. Form includes the following features: - ...
DejalObject screenshot

DejalObject

February 26, 2015 • BSD License
An abstract data model class that can represent subclasses as dictionary or JSON data for saving to disk or over the network. For both OS X and iOS. Features -------- - **DejalObject**: Thi...
JPSymfonyDateConverter screenshot

JPSymfonyDateConverter

February 23, 2015 • MIT License
JPSymfonyDateConverter is a simple Objective-C library who convert a string date from JSON or XML Symfony 2 API to NSString or NSDate with your format choice.
ObjectMapper (Swift) screenshot

ObjectMapper (Swift)

November 13, 2014 • MIT License
ObjectMapper is a framework written in Swift that makes it easy for you to convert your Model objects to and from JSON.
SwiftyJSON screenshot

SwiftyJSON

October 14, 2014 • MIT License
The better way to deal with JSON data in Swift let json = JSON(data: dataFromNetworking) if let userName = json[0]["user"]["name"].string{ //Now you got your value }
CBPWordPress screenshot

CBPWordPress

October 03, 2014 • MIT License
CBPWordPress is an iOS library that will allow you to easily include content from a WordPress blog in your app. The library can fetch lists of posts, individual posts and comments as well as submit...
SDFeedParser screenshot

SDFeedParser

September 03, 2014 • MIT License
Objective-C parser for the JSON API plugin for Wordpress.
Groot screenshot

Groot

July 28, 2014 • MIT License
With Groot you can convert JSON dictionaries and arrays to and from Core Data managed object graphs.
BWObjectMapping screenshot

BWObjectMapping

May 26, 2014 • Apache 2.0 License
Small library that parse almost automatically JSON and map it to any object, works with NSManagedObject.
SecureMappingKit screenshot

SecureMappingKit

May 24, 2014 • MIT License
Securize the mapping between your JSON and your model.
MBJSONModel screenshot

MBJSONModel

May 15, 2014 • MIT License
Quick and lightweight JSON → NSObject translation.
Motis screenshot

Motis

April 16, 2014 • Apache 2.0 License
Smart JSON to NSObject mapping using Cocoa's KVC. Motis is a user-friendly interface with Key Value Coding that provides your NSObjects tools to map key-values stored in dictionaries into themse...
No image provided.

SHModelObject

March 28, 2014 • MIT License
Base modal object which uses objective-c runtime to populate the instance variables (ivars and properties) of User created Modal from NSDictionary objects.