pub trait ToJson { fn to_json(&self) -> Json; }
A trait for converting values to JSON
Converts the value of self to an instance of JSON
self