Expand description
Extension trait for serde_json::Value providing JMESPath operations.
This replaces the 2,719-line variable.rs in jmespath.rs with ~200 lines
by leveraging Value’s built-in API.
Enums§
- Jmespath
Type - JMESPath type names used in error messages and the
type()function.
Traits§
- Value
Ext - Extension trait providing JMESPath operations on
serde_json::Value.