Reputation: 2500
Has anyone got the YAJL Json parsing framework to work with iPhone? And if you have can you post simple instructions on how to link to it.
I want to use it with the MGTwitterEngine framework.
Currently I am getting these errors..
"yajl_get_error" referenced from
.. and a few tohers very similar.
YAJL http://lloyd.github.com/yajl/
MGTwitterEngine http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa
Thanks,
Dan
Upvotes: 2
Views: 5201
Reputation: 1235
I know this question is OOOLD, but I just found instructions from the MGTwitterEngine creator himself on how to build and use MGTwitterEngine successfully.
I hope that helps.
Upvotes: 1
Reputation: 14725
Three20 has YAJL support. It doesn't seem to use yajl-objc.
Upvotes: 0
Reputation: 963
The objective-c bindings for yajl should work on the iPhone. http://github.com/gabriel/yajl-objc/tree/master
I built a static library and seems to be working ok.
Upvotes: 3
Reputation: 54090
I don't know if it works with MGTwitterEngine, but; try json-framework for iPhone, which I've used successfully:
http://code.google.com/p/json-framework/
Upvotes: 1