Skip to main content

json

Function json 

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

Wraps a value with the SQLite json() function, validating and returning JSON text.