Macro common_function::scalars::json::json_get::json_get

source ยท
macro_rules! json_get {
    ($name:ident, $type:ident, $rust_type:ident, $doc:expr) => { ... };
}
Expand description

Get the value from the JSONB by the given path and return it as specified type. If the path does not exist or the value is not the type specified, return NULL.