Query on object filters #335
Unanswered
MailNSrinivasan
asked this question in
Q&A
Replies: 1 comment
-
|
Try this in the JSTL-script: Basically, you iterate over the array of images and only collect objects with both attributes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While using the object filters is there any way to remove the null values inside a array. for instance my output is
Expression e = new Parser(reader)
.withObjectFilter(". == null or . == {} or . == []")
.compile();
Beta Was this translation helpful? Give feedback.
All reactions