views:

1970

answers:

2
+1  Q: 

YAJL on the iPhone

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

+1  A: 

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/

Adam Ernst
+2  A: 

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.

Gabe
lol so much for simple *instructions*
lensovet