Trait edm_core::extension::JsonValueExt
source · pub trait JsonValueExt {
// Required method
fn into_map_opt(self) -> Option<JsonMap>;
}Expand description
自定义对象 JsonValue 也就是 serde_json::Value的功能扩展trait
Required Methods§
sourcefn into_map_opt(self) -> Option<JsonMap>
fn into_map_opt(self) -> Option<JsonMap>
将self对象转换为一个map option对象