JSONHelper
April 09, 2015 • zlib License
Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.
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
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
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)
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
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
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
September 03, 2014 • MIT License
Objective-C parser for the JSON API plugin for Wordpress.
Groot
July 28, 2014 • MIT License
With Groot you can convert JSON dictionaries and arrays to and from Core Data managed object graphs.
BWObjectMapping
May 26, 2014 • Apache 2.0 License
Small library that parse almost automatically JSON and map it to any object, works with NSManagedObject.
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...
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.
ARObjectCollectionViewController
February 19, 2014 • MIT License
UIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...
JSON to Foundation
January 21, 2014 • MIT License
Take a JSON object and convert it to a Foundation object and export to class files.
YAJL-Entity
November 07, 2013 • Apache 2.0 License
A JSON framework that can deserialize the JSON string into real objects, with 0.1 configuration.