pub fn parse_to_ast(expression: String) -> String
Transforms a given CEL expression into a CEL AST, serialized as JSON. @param expression The CEL expression to parse @return The AST of the expression, serialized as JSON