Is there a way to test for the existence of a json key in Monkey C? for instance, this is my data
{
"amt": "10.00",
"email": "[email protected]",
"merchant_id": "sam",
"mobileNo": "9874563210",
"orderID": "123456",
"passkey": "1234"
}
I want to check for the existence of the key "merchant_id"