objective-c json处理 SBJson (Previously known as json-framework)

来源:互联网 发布:软件测试培训资料 编辑:程序博客网 时间:2024/05/02 00:20

官网: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:

  • Version 3.1 (Stable ARC)
  • Version 3.0 (Stable non-ARC)

Support

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

  • Consult the Frequently Asked Questions.
  • Ask the mailing list.
  • Raise an issue in the issue tracker.

(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
原创粉丝点击