• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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)
mainnull8 fun main() {
9     // caution: creating null with JsonUnquotedLiteral will cause an exception!
10     JsonUnquotedLiteral("null")
11 }
12