JsonPath Expressions Not Working as Expected

Bug
I have a response example{
"StatusCode": 200,
"Message": {
"LogID": "1626787",
"Payload": "some payload"
},
"ByteData": null,
"ResponseType": "SUCCESS",
"RequestID": "f2aa506c-5769-4b68-b3b2-947d1eb6974b"
}
But when I try to filter$.Message or $.Message.LogID. It does not appear to filter and gives an error.


Windowsv2025.7.3
It looks like it’s trying to parse it as XML. What is the
Content-Typeheader of the response?Looks like
text/plain, looks like it might be a me problem. I tried a different endpoint that returns with the header asapplication/jsonand works as expected.this can be closed out.
https://yaak.app/blog/2025.8.0-beta.1
https://yaak.app/blog/2025.8.0