JsonTreeViewer

fun JsonTreeViewer(jsonString: String, previousJsonString: String? = null, searchQuery: String = "", showDiff: Boolean = false, modifier: Modifier = Modifier)(source)

Interactive JSON tree viewer with syntax highlighting and expand/collapse.