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

xaphod/yajl-objc

 
 

Repository files navigation

Modified by Tim (Xaphod)

Added more parameters in YAJLDocument's callbacks, so that you know the stack-count. In other words, so you can see when a document is finished if you are processing an unending-stream, like when you're using Twitter's stream APIs in iOS.

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 65.8%
  • Objective-C 33.6%
  • Other 0.6%