pub trait IntoJson<M>: Sized {
    fn into_json(self) -> Meta<Value<M>, M>;
}

Required Methods

Implementations on Foreign Types

Implementors