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