Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 721 Bytes

Readme.md

File metadata and controls

27 lines (20 loc) · 721 Bytes

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

Core features:

  • BSD license.
  • Easy-to-use API.
  • Strict parsing & generation.

Optional features include (but not limited to):

  • Pretty-printing of JSON output.
  • Sorted dictionary keys in JSON output.
  • Configurable recursion depth limit for added security.

Links