java.lang.Object
io.helidon.json.JsonValue
io.helidon.json.JsonNull
Represents a JSON null value.
This module is incubating. These APIs may change in any version of Helidon, including backward incompatible changes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonNullinstance()Return the singleton instance of JsonNull.voidtoJson(JsonGenerator generator) Write this JSON value to the provided generator.type()Return the type of this JSON value.