pub fn get(id: i32) -> Comment
Get a comment by id
use json_placeholder_data::comments::get; assert_eq!( get(37).email.as_str(), "Jacky@victoria.net", );