pub fn json_response<T: Serialize>(data: T) -> ResponseBuilderExpand description
Global JSON response helper
Creates a ResponseBuilder with JSON data already set.
pub fn json_response<T: Serialize>(data: T) -> ResponseBuilderGlobal JSON response helper
Creates a ResponseBuilder with JSON data already set.