Custom JMESPath functions

The YAML library exposes registerFunction allowing you to add custom functions to JMESPath. These functions can not be async and should be pure (deterministic with no side effects).

Last updated

Was this helpful?