**What is your use-case and why do you need this feature?** I wanted to see what the option `explicitNulls` https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/explicit-nulls.html (and other options) changes to the (de)serialization behavior. While it is described in words, kotlin/JSON examples help a lot to grasp it in "easier terms". **Describe the solution you'd like** Other kotlin api references like the following have code examples/embedded playgrounds: * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/any.html