Dan Morgan
Dan Morgan

Reputation: 2500

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

Upvotes: 2

Views: 5201

Answers (4)

arturovm
arturovm

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

Benjamin Atkin
Benjamin Atkin

Reputation: 14725

Three20 has YAJL support. It doesn't seem to use yajl-objc.

Upvotes: 0

Gabriel
Gabriel

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

Adam Ernst
Adam Ernst

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

Related Questions