pub trait ToJSON: Type { fn to_json(&self) -> Value; }
Represents a type that can converted to JSON value.
Convert this value to Value.
Value