Hi,
I have a requirement where I have to check if Date node is present in the JSON response. Similary to Count(XPATH)
JSON Response:
{
"Date" : "1998-01-01 23:00:55",
"name" : "An ice sculpture",
"price" : 12.50,
"tags" : ["cold", "ice"],
"dimensions" : {
"length" : 7.0,
"width" : 12.0
},
"warehouseLocation" : {
"latitude" : -78.75
}
}