moredip / json-framework

A strict JSON parser/generator for Objective-C.

Home Page:http://stig.github.com/json-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Framework

JSON is a light-weight data interchange format that's easy to read and write for humans and computers alike. This framework implements a strict JSON parser and generator in Objective-C.

Features

  • BSD license.
  • Easy-to-use API.
  • Strict parsing & generation.
  • Stack of error available in case of failure so you can easily figure out what is wrong.
  • Optional pretty-printing of JSON output.
  • Optionally sorted dictionary keys in JSON output.
  • Configurable recursion depth for parsing, for added security.

Links

About

A strict JSON parser/generator for Objective-C.

http://stig.github.com/json-framework

License:BSD 3-Clause "New" or "Revised" License