Custom JMESPath functions

This page is a stub. More information will be provided

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?