Skip to main content

located_expr_to_json

Function located_expr_to_json 

Source
pub fn located_expr_to_json(
    located: &LocatedExpr,
    include_origin: bool,
) -> Value
Expand description

Projects a LocatedExpr onto JSON, optionally wrapping it in a $located form that carries its source origin when include_origin is set.