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

 

Overview

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.

Selected features:

  • New BSD License.
  • Easy-to-use API.
  • Streaming Support. See SBJsonStreamParser in the API docs.
  • Pretty-printing of JSON output.
  • Sorted dictionary keys in JSON output.
  • Configurable max recursion depth for parsing and writing.
  • Pure Objective-C.
  • No external dependencies.

API Documentation

API documentation generated from the source by Doxygen:

Support

Got an issue you can’t figure out? Try one of these:

(Please don’t email my personal address: I can’t read my personal mail at work & I’m not always able to look into things straight away.)

Browse or Download

The code is available on GitHub. You can:

  • Browse the source.
  • Download one of the zipped releases.
  • Clone the latest (development) release with Git:
    $ git clone git://github.com/stig/json-framework
    
posted on 2012-08-31 17:52  jackljf  阅读(121)  评论(0编辑  收藏  举报