JsonTreeView

fun JsonTreeView(root: JsonElement, modifier: Modifier = Modifier)

A collapsible/expandable JSON tree over a parsed JsonElement. Containers start collapsed except the root, so a large debug statement opens showing only its top-level keys; tap a row to drill in. Rows never wrap (softWrap = false) — put this inside a horizontally + vertically scrollable box.