Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: in addition to these operators, there is a membership infix operator that works on arrays and maps

Table of Contents

Hash Paths

Many of the following operators take an argument that is a hash path. A hash path is an array whose elements represent the key values (for a map) or array indices of a path from the root of a complex data structure to the element of interest. For example, consider the following data structure:

...