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