You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/09/23 22:37:26 UTC

[Bug 63623] JSON Extractor if use "=" in expressions,then Expected character: )

https://bz.apache.org/bugzilla/show_bug.cgi?id=63623

--- Comment #2 from Sebb <se...@apache.org> ---
Note that the comparison operator is '==' not '=', so it should be possible to
use:

"[?(@.status==5)]"

-- 
You are receiving this mail because:
You are the assignee for the bug.