pub trait JsonRender { // Required method fn render(&self) -> String; }
Render Json data with default format