-1

Below is the JSON content. How can i parse it to a normal string or a table?

{   
    "dbDetails":"{\"dbName\":\"Test\",\"dbStatus\":\"UP\"}",
    "json":"success"
}
Andrey Korneyev
  • 26,353
  • 15
  • 70
  • 71

1 Answers1

-1

This may help and have a look at this

http://www.raywenderlich.com/5492/working-with-json-in-ios-5

Jaffer Sheriff
  • 1,444
  • 13
  • 33
  • user007007, because it's a link-only answer. See the [how to answer](http://stackoverflow.com/help/how-to-answer) page, specifically the "Provide context for links" section. – Bryan Apr 02 '15 at 00:48