Function print_json_response

Source
pub fn print_json_response<T: Serialize>(input: &T) -> Result<(), DisplayError>