0

Does anyone have a tutorial of how to use this Json framework. It basically allows parsing and generating of json but I have no idea how to use it!

I need to build up a Json request send it to the webservice and then parse the response.

1 Answer 1

2

Check the followings :

  1. Tutorial: JSON Over HTTP On The iPhone
  2. JSON Framework for iPhone. Don't forget to check part 2.

Seems that in order to create a JSON string from Obj-C object, you need to use SBJsonWriter class. Though I have not tested it myself.

Sign up to request clarification or add additional context in comments.

3 Comments

Hi there once again thanks for your help unfortunately I need to know how to build jSon requests in Objective C - these examples assume you are just downloading and parsing the data
I just added the source in the project.
sorry i misinterpreted ur comment. let me check if i can provide u a sample to build request. i used it for parsing only :-(

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.