Expand description
ID generation functions (nanoid, ulid).
This module provides ids functions for JMESPath queries.
For complete function reference with signatures and examples, see the
functions module documentation or use jpx --list-category ids.
§Example
use jmespath::{Runtime, Variable};
use jmespath_extensions::ids;
let mut runtime = Runtime::new();
runtime.register_builtin_functions();
ids::register(&mut runtime);Structs§
Functions§
- register
- Register all ID functions with the runtime.