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