@ -82,8 +82,7 @@ The function output is dictated by the function itself.
Filter Operators
Filter Operators
-----------------
-----------------
Functions can be invoked at the tail end of a path - the input to a function is the output of the path expression.
Filters are logical expressions used to filter arrays. A typical filter would be `[?(@.age > 18)]` where `@` represents the current item being processed. More complex filters can be created with logical operators `&&` and `||`.
The function output is dictated by the function itself.