Type Alias sj::Object

source ·
pub type Object = BTreeMap<ObjectKey, Json>;
Expand description

§Object

This uses BTreeMap.

§Shortcuts

object(), insert()

Aliased Type§

struct Object { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<Json> for Object

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Json) -> Result<Self, Self::Error>

Performs the conversion.