macro_rules! json_is { ($name:ident, $json_type:ident, $doc:expr) => { ... }; }
Expand description
Checks if the input is a JSON object of the given type.
macro_rules! json_is { ($name:ident, $json_type:ident, $doc:expr) => { ... }; }
Checks if the input is a JSON object of the given type.