pub fn located_expr_to_json(
located: &LocatedExpr,
include_origin: bool,
) -> ValueExpand description
Projects a LocatedExpr onto JSON, optionally wrapping it in a $located
form that carries its source origin when include_origin is set.