i have to find the status of the the json response.How can i fetch the status from json array or how can check if the status code of the response is 200
{
"assetDetails": [
{
" assetNo": "rocket",
"assetName": "VIN Bullet"
},
{
"assetNo": "Asset2",
"assetName": "VIN Bullet"
},
{
"assetNo": "rocket",
"assetName": "VIN Bullet"
}
],
"status": "200"
}