response_json

Macro response_json 

Source
macro_rules! response_json {
    ($body:expr) => { ... };
    ($body:expr, $status_code:expr) => { ... };
    ($body:expr, $status_code:expr, $headers:expr) => { ... };
    () => { ... };
}