pub fn render_tree_json(forest: &[TreeNode]) -> Value
Render the forest as a stable JSON document.
Panics if a TreeNode fails to serialize via serde_json::to_value, which cannot happen because TreeNode derives Serialize with no fallible custom serializer.
TreeNode
serde_json::to_value
Serialize