Trait tinyjson::InnerAsRef

source ·
pub trait InnerAsRef {
    fn json_value_as(v: &JsonValue) -> Option<&Self>;
}
Expand description

Trait to access to inner value of JsonValue as reference.

This is used by several APIs like JsonValue::get to represent any inner values of JsonValue.

Required Methods§

Implementations on Foreign Types§

Implementors§