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 am not sure if it was implemented but if I want to compare like say:-
JsonPathCompiler.compile("$.data[?(@.age!=18)]")
it throws exception
| Exception org.antlr.v4.runtime.misc.ParseCancellationException
| at BailErrorStrategy.recoverInline (BailErrorStrategy.java:66)
| at Parser.match (Parser.java:206)
| at JsonPathParser.filter (JsonPathParser.java:777)
| at JsonPathParser.relativePath (JsonPathParser.java:293)
| at JsonPathParser.path (JsonPathParser.java:145)
| at JsonPathCompiler.compile (JsonPathCompiler.java:283)
| at (#18:1)
| Caused by: org.antlr.v4.runtime.InputMismatchException
| at BailErrorStrategy.recoverInline (BailErrorStrategy.java:61)
| ...
The text was updated successfully, but these errors were encountered:
sansmoraxz
changed the title
Create JPATH Compare using not equals
Create JPATH Compare using not equals (!=)
May 4, 2022
I am not sure if it was implemented but if I want to compare like say:-
it throws exception
The text was updated successfully, but these errors were encountered: