Skip to content

Objective-C bindings for YAJL (Yet Another JSON Library) C library

License

Notifications You must be signed in to change notification settings

classkick/yajl-objc

 
 

Repository files navigation

YAJL Framework

The YAJL framework is an Objective-C framework for the YAJL SAX-style JSON parser.

Features

  • Stream parsing, comments in JSON, better error messages.
  • Parse directly from NSString or NSData.
  • Generate JSON from default or custom types.
  • Properly handles large numeric types.
  • Document style parser.
  • Error by exception or out error.

Links

About

Objective-C bindings for YAJL (Yet Another JSON Library) C library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.6%
  • Objective-C 32.8%
  • Other 0.6%