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.
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.
- The GitHub project page.
- Online API documentation.
- The new website.