blob: 86a4b734d170f259c6722942ede3b2a6430351fc [file] [log] [blame]
// This file was automatically generated from json.md by Knit tool. Do not edit.
package example.exampleJson21
import kotlinx.serialization.*
import kotlinx.serialization.json.*
fun main() {
// caution: creating null with JsonUnquotedLiteral will cause an exception!
JsonUnquotedLiteral("null")
}