summaryrefslogtreecommitdiff
path: root/guide/example/example-json-22.kt
blob: e64ab06f06c015fc4f629633754197ab88c9388a (plain)
1
2
3
4
5
6
7
8
9
10
// 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")
}