pretty

abstract fun pretty(value: TStruct): String(source)

Formats the given structured data into a human-readable string representation.

Return

A string representing the pretty-printed version of the input structured data.

Parameters

value

The structured data of type TStruct to be formatted.