pub fn tree_to_json(tree: &LocatedExprTree, include_origin: bool) -> ValueExpand description
Projects a LocatedExprTree onto JSON, recursively carrying per-node
origins as $located forms when include_origin is set.
pub fn tree_to_json(tree: &LocatedExprTree, include_origin: bool) -> ValueProjects a LocatedExprTree onto JSON, recursively carrying per-node
origins as $located forms when include_origin is set.