KotlinObjectTreeViewer

fun KotlinObjectTreeViewer(text: String, modifier: Modifier = Modifier)(source)

Displays a Kotlin toString() output as an indented tree.

Uses an iterative tokenizer to avoid recursion and WASM stack overflow.