Hello there. We're building some cross-platform libraries that are hoping to share JMESPath capabilities. We're using is crate for JMESPath, and we noticed that built-in functions like keys(@) are not released. I do see the code for keys() in this code base, but it appears to have been written after the latest release.
Is the partial set of built-in functions something that can be published? Alternatively, do custom functions work so we can backfill what we need in our application?
Hello there. We're building some cross-platform libraries that are hoping to share JMESPath capabilities. We're using is crate for JMESPath, and we noticed that built-in functions like
keys(@)are not released. I do see the code forkeys()in this code base, but it appears to have been written after the latest release.Is the partial set of built-in functions something that can be published? Alternatively, do custom functions work so we can backfill what we need in our application?