Package burp.api.montoya.utilities.json
Interface JsonNullNode
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Retrieves the value for thisJsonNode
.static JsonNullNode
Creates a new instance ofJsonNullNode
.
-
Method Details
-
getValue
-
jsonNullNode
Creates a new instance ofJsonNullNode
.- Returns:
- A new
JsonNullNode
instance.
-