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