Module jaq_parse::filter

source ·
Expand description

Functions from values to streams of values.

Structs

  • Common information for folding filters (such as reduce and foreach)

Enums

  • Assignment operators, such as =, |= (update), and +=, -=, …
  • Binary operators, such as |, ,, //, …
  • Function from value to stream of values, such as .[] | add / length.
  • Type of folding filter.
  • An element of an object construction filter.