JsonValueExt

Trait JsonValueExt 

Source
pub trait JsonValueExt {
    // Required methods
    fn get_owned(self, key: &dyn JsonKey) -> Result<JsonValue, JsonExtError>;
    fn try_into_string(self) -> Result<String, JsonExtError>;
    fn get_value_type(&self) -> &'static str;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl JsonValueExt for JsonValue

Implementors§