json_extract

Function json_extract 

Source
pub fn json_extract<'a, L>(
    left: L,
    path: impl AsRef<str>,
) -> SQL<'a, SQLiteValue<'a>>
where L: ToSQL<'a, SQLiteValue<'a>>,