Function create_json_from_struct

Source
pub fn create_json_from_struct<T>(json_struct: &T) -> String
where T: Serialize,