v4.1.1
New
- New expression
ITEMS
method (convert array into IEnumerable) - New expression
ALL
method (returntrue
only if all conditions aretrue
) -ALL($.Items[*].Price > 0) = true
ITEMS
method (convert array into IEnumerable)ALL
method (return true
only if all conditions are true
) - ALL($.Items[*].Price > 0) = true