Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JSON (JavaScript Object Notation) 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.

License

Notifications You must be signed in to change notification settings

m0rgan-plot/json-framework

Open more actions menu
 
 

Repository files navigation

SBJson (aka json-framework)

JSON (JavaScript Object Notation) is a light-weight data interchange format that's easy to read and write for humans and computers alike. This library implements strict JSON parsing and generation in Objective-C.

Features

  • BSD license
  • Super-simple high-level API:
    • Call [str JSONValue] on any NSString instance to parse its JSON text
    • Call [obj JSONRepresentation] on any NSArray or NSDictionary to return its JSON text
  • Good balance between simplicity and flexibility provided by the SBJsonParser and SBJsonWriter classes
  • Configurable recursion depth limit
  • Garbage Collection
  • Automatic Reference Counting (ARC)
  • Optionally sort dictionary keys in JSON output
  • Optional pretty-printing of JSON output

Links

About

JSON (JavaScript Object Notation) 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.8%
  • Shell 1.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.