Skip to main content

Module value_ext

Module value_ext 

Source
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§

JmespathType
JMESPath type names used in error messages and the type() function.

Traits§

ValueExt
Extension trait providing JMESPath operations on serde_json::Value.