Package burp.api.montoya.utilities.json
Interface JsonBooleanNode
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Retrieves the value for thisJsonNode
.static JsonBooleanNode
jsonBooleanNode
(boolean value) Creates a new instance ofJsonBooleanNode
from the supplied boolean.
-
Method Details
-
getValue
-
jsonBooleanNode
Creates a new instance ofJsonBooleanNode
from the supplied boolean.- Parameters:
value
- The boolean value.- Returns:
- A new
JsonBooleanNode
instance.
-