Macro fred::json_quote

source ·
macro_rules! json_quote {
    ($($json:tt)+) => { ... };
}
Available on crate feature i-redis-json only.
Expand description

A helper macro to wrap a string value in quotes via the json macro.

See the RedisJSON interface for more information.