Package burp.api.montoya.utilities.json
Interface JsonStringNode
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Retrieves the value for thisJsonNode
.static JsonStringNode
jsonStringNode
(String value) Creates a new instance ofJsonStringNode
from the supplied string.
-
Method Details
-
getValue
-
jsonStringNode
Creates a new instance ofJsonStringNode
from the supplied string.- Parameters:
value
- The string value.- Returns:
- A new
JsonStringNode
instance.
-