if responseBody.data is an object, then something like the following should give me a count of the number of keys on that object. Currently this length functionality only works if the target is an array.
{
"path": "responseBody.length",
"assertion": "length = 4"
}
if
responseBody.datais an object, then something like the following should give me a count of the number of keys on that object. Currently this length functionality only works if the target is an array.{ "path": "responseBody.length", "assertion": "length = 4" }