You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to suppress all the exceptions when evaluating a JSON path. but when I upgrade the JSON path lib to 2.7, it seems like it is not working as expected.
For example:
5Orange
changed the title
SUPRESS EXCEPTION is not working after upgrade version 2.6.0 to 2.7.0
SUPRESS EXCEPTION is not working after upgrade version 2.6.0 to 2.7.0 (or higher version)
Mar 29, 2023
I'm trying to suppress all the exceptions when evaluating a JSON path. but when I upgrade the JSON path lib to 2.7, it seems like it is not working as expected.
For example:
we got an exception thrown.
when i remove a toString() method, it return an empty array.
but if we remove a toString() method and try with another path(example below), it return null
expected : "value response"
actual : NullNode
The text was updated successfully, but these errors were encountered: