Skip to main content

render_tree_json

Function render_tree_json 

Source
pub fn render_tree_json(forest: &[TreeNode]) -> Value
Expand description

Render the forest as a stable JSON document.

ยงPanics

Panics if a TreeNode fails to serialize via serde_json::to_value, which cannot happen because TreeNode derives Serialize with no fallible custom serializer.