Below is the JSON content. How can i parse it to a normal string or a table?
{
"dbDetails":"{\"dbName\":\"Test\",\"dbStatus\":\"UP\"}",
"json":"success"
}
Below is the JSON content. How can i parse it to a normal string or a table?
{
"dbDetails":"{\"dbName\":\"Test\",\"dbStatus\":\"UP\"}",
"json":"success"
}
This may help and have a look at this
http://www.raywenderlich.com/5492/working-with-json-in-ios-5