eli-yajl-objc 0.3.0× TestsTested ✓ LangLanguage CC License MIT ReleasedLast Release Apr 2016Maintained by Eil Wang.Installation Guide×Installation Guide for eli-yajl-objcYou want to add pod 'eli-yajl-objc', '~> 0.3' similar to the following to your Podfile:target 'MyApp' do pod 'eli-yajl-objc', '~> 0.3' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try eli-yajl-objcSee PodspecGitHub RepoPage on CocoaPods.orgeli-yajl-objc 0.3.0ByGabriel Handford and David Hartlloyd.github.com/yajlGitHub RepoOVERVIEWCHANGELOG 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 The online API documentation.