blob: 3452c6ce13ca28e9b5807ef8c4d422f70261ca47 [file] [log] [blame] [edit]
// 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")
}