Composes and wraps a json_extract function call.
json_extract
SqlJsonExtract(String path, {String column = columnValue}) : super(SqlF("json_extract", [SqlI(column), SqlL(path)]).str);