macro_rules! json_vec {
($val:expr) => { ... };
}Expand description
Helper macro to convert Option<serde_json::Value> to Option<Vec<T>>.
macro_rules! json_vec {
($val:expr) => { ... };
}Helper macro to convert Option<serde_json::Value> to Option<Vec<T>>.