object JsonNull : JsonPrimitive
Class representing JSON null
value
(common, js, jvm, native)
content |
Content of given element without quotes. For JsonNull this methods returns val content: String |
(common, js, jvm, native)
contentOrNull |
Content of the given element without quotes or val contentOrNull: String? |
(common, js, jvm, native)
jsonNull |
Convenience method to get current element as JsonNull val jsonNull: JsonNull |