The YAJL framework is an Objective-C framework for the YAJL SAX-style JSON parser.
- 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.
- The online API documentation.