macro_rules! jNull {
    ($capabilities:expr, $s:expr) => { ... };
}
Expand description

Macro that replaces JSON nullability strings with the appropriate representation based on the connector capabilities. Allows us to reuse tests instead of copying.