[][src]Type Definition sj::Object

type Object = BTreeMap<ObjectKey, Value>;

Trait Implementations

impl TryFrom<Value> for Object[src]

type Error = Error

The type returned in the event of a conversion error.