Skip to main content

jsonb

Function jsonb 

Source
pub fn jsonb<'a>(
    value: impl ToSQL<'a, SQLiteValue<'a>>,
) -> SQL<'a, SQLiteValue<'a>>
Expand description

Wraps a value with the SQLite jsonb() function, validating and returning JSON in binary format.