jspath
jspath copied to clipboard
How to check for value of a key with ^=
Having: { "success": true, "error": null, "path": "/api/method" }
I try to check:
'..path ^= "/api"'
and get:
Unexpected token "^="
Thanks,