my web view is loaded with below data can any one tell me how to get value of "updated_at" in below webview data.
{
"status": "marked paid",
"orderstatus": {
"status": "ordered and paid",
"created_at": "2014-07-21T04:17:16.820909",
"updated_at": "2014-07-21T04:19:25.303492",
"order": {
"information": [
{
"removed_products": {
"both": [],
"right": [],
"left": []
}
}
]
}
}
}