2

I have created one app in iOS5.

I want to store and retrive data on web server.

For that I want to use JSON parser.

I have used demo given by ray wenderlich for ios4. I heard that for ios 5.Some ready made frameworks are there.So can anybody having any idea regarding this? I am using sqlite for data storage.

Please Help.

3
  • Try referring to SBJSONParser. Please let me know if you need more help. Commented Mar 12, 2012 at 4:48
  • Hi Khushbu... I have referred this link..xprogress.com/…... Hope this helps...nd hey, I have solved that problem of merging two apps into one....:) Commented Mar 12, 2012 at 5:17
  • @ParthBhatt - Thank you. I am trying ur given links and let you know. Commented Mar 12, 2012 at 5:19

3 Answers 3

6

You may want to refer to SBJSON Framework which is frequently used for objective-C, I have used this framework in may of my iOS Apps.

You may get a reference about it from these links:

https://github.com/stig/json-framework

http://stig.github.com/json-framework/

Example Code: Also here is an example on, How to parse JSON with SBJSON Parser:

How to parse JSON into Objective C - SBJSON

http://jasarien.com/?p=428

Here is how you need to configure SBJSON into your app:

http://deshartman.wordpress.com/2011/09/02/configuring-sbjson-framework-for-xcode-4-2/

Hope this helps you.

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

Comments

2

Since you are a RayWenderlich Fan, They have a pretty amazing tutorial out there on the new iOS5 JSON Parser

1 Comment

:) anytime. hope this resolved your question or please let me know
0

I suggest you to used Twitter Framework for json, it's really easy to learn json, and you just have to used api of twitter, here is the all api available for twitter,

http://dev.twitter.com/console

Comments

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.