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