json_extract_text

Function json_extract_text 

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