1

Hi can any one tell the steps to use the YAJL to parse the json object in objective c

Thanks..

rockey
  • 638
  • 4
  • 16
  • 34

2 Answers2

2

It is all described here: http://gabriel.github.com/yajl-objc/

Erik
  • 5,791
  • 5
  • 30
  • 45
0

Having just run through the process I put together a blog posting that fills in the gaps left by the very basic sample code shown on the main YAJL web site.

http://kevsaidwhat.blogspot.com/2013/04/using-yajl-with-objective-c.html

Kevin
  • 1,405
  • 15
  • 16