Trait interchange::json::ToJson[][src]

pub trait ToJson {
    fn json<F: FnMut() -> String>(self, namer: &mut F) -> Value;
}

Required methods

Transforms this value to a JSON value.

Implementors