Package burp.api.montoya.utilities.json
Interface JsonNullNode
- All Superinterfaces:
JsonNode
This interface is used to define a JSON null node.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Retrieves the value for thisJsonNode
.static JsonNullNode
Creates a new instance ofJsonNullNode
.
-
Method Details
-
getValue
Object getValue()Description copied from interface:JsonNode
Retrieves the value for thisJsonNode
. -
jsonNullNode
Creates a new instance ofJsonNullNode
.- Returns:
- A new
JsonNullNode
instance.
-