Skip to content

jkubicek/json-framework

 
 

Repository files navigation

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.
  • 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.

Links

About

A strict JSON parser/generator for Objective-C.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 98.3%
  • Shell 1.7%