toCompactJsonString

Serializes DokkaConfiguration as a machine-readable and compact JSON string.

The returned string is not very human friendly as it will be difficult to parse by eyes due to it being compact and in one line. If you want to show the output to a human being, see toPrettyJsonString.


Serializes a ConfigurableBlock as a machine-readable and compact JSON string.

The returned string is not very human friendly as it will be difficult to parse by eyes due to it being compact and in one line. If you want to show the output to a human being, see toPrettyJsonString.