Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.03 KB

Readme.md

File metadata and controls

32 lines (23 loc) · 1.03 KB

JSON Framework

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

Features

  • BSD license.
  • Easy-to-use API.
  • Streaming JSON support.
  • Strict parsing & generation.
  • Supports garbage collection.
  • Optional pretty-printing of JSON output.
  • Optional sorted dictionary keys in JSON output.
  • Configurable recursion depth limit for added security.

Install API documentation into Xcode

From the top-level project directory, run the ./InstallDocumentation.sh program. This compiles the documentation and installs it so it integrates with Xcode. Now open Xcode documentation and search for SBJson. You should see a lot of the classes.

Links