vote up 1 vote down star
1

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

flag

67% accept rate

2 Answers

vote up 1 vote down

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.

link|flag
vote up 1 vote down

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/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.