// This file was automatically generated from json.md by Knit tool. Do not edit. package example.exampleJson24 import kotlinx.serialization.* import kotlinx.serialization.json.* @OptIn(ExperimentalSerializationApi::class) fun main() { // caution: creating null with JsonUnquotedLiteral will cause an exception! JsonUnquotedLiteral("null") }