jspath icon indicating copy to clipboard operation
jspath copied to clipboard

How to check for value of a key with ^=

Open kstankov opened this issue 5 years ago • 0 comments

Having: { "success": true, "error": null, "path": "/api/method" }

I try to check:

'..path ^= "/api"'

and get:

Unexpected token "^="

Thanks,

kstankov avatar Feb 06 '20 20:02 kstankov