Package burp.api.montoya.utilities.json


package burp.api.montoya.utilities.json
  • Class
    Description
    This interface is used to define a JSON array node.
    This interface is used to define a JSON boolean node.
    This class represents an exception which is thrown when attempting operations that are unsuccessful.
    This interface is used to represent a JSON node, and acts as the base for all other JsonNode types (see subinterfaces).
    This interface is used to define a JSON null node.
    This interface is used to define a JSON number node.
    This interface is used to define a JSON object node.
    This class represents an exception which is thrown when attempting to parse an invalid JSON structure.
    This interface is used to define a JSON string node.
    This interface enables you to access convenient methods to read and manipulate JSON.