1 // This file was automatically generated from json.md by Knit tool. Do not edit. 2 package example.exampleJson24 3 4 import kotlinx.serialization.* 5 import kotlinx.serialization.json.* 6 7 @OptIn(ExperimentalSerializationApi::class) mainnull8fun main() { 9 // caution: creating null with JsonUnquotedLiteral will cause an exception! 10 JsonUnquotedLiteral("null") 11 } 12