Macro common_function::scalars::json::json_is::json_is

source ยท
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.