Archive for category Data Processing

yajl-objc

Objective-C bindings for YAJL (Yet Another JSON Library) C library. Allows for stream parsing.

Official yajl-objc repository

RegexKitLite

Lightweight Objective-C framework for regular expressions using the ICU library.

Official RegexKitLite web site

TouchJSON

TouchJSON is an Objective-C based parser and generator for JSON encoded data. TouchJSON compiles for Mac OS X and iOS devices (currently iPhone, iPad and iPod Touch).

Official TouchJSON repository

JSON Framework

A strict JSON parser and generator for Objective-C. It adds categories to existing Objective-C objects for a super-simple interface. More flexible APIs are also provided for added control.

Official web site

Official source code page