Package-level declarations

Types

Link copied to clipboard
class AddArrayElement(array: JSONArray, element: JSONElement) : Command

Command that adds a JSONElement to a JSONArray when executed.

Link copied to clipboard

Command that adds a JSONProperty to a JSONObject when executed.

Link copied to clipboard
interface Command

Generic command interface.

Link copied to clipboard

Command that removes a JSONElement from a JSONArray when executed.

Link copied to clipboard

Command that removes a JSONProperty from a JSONObject when executed.

Link copied to clipboard

Command that replaces a JSONElement in a JSONArray with a new element when executed.

Link copied to clipboard
class SetArrayElement(array: JSONArray, index: Int, element: JSONElement) : Command

Command that sets a JSONElement to a given index of a JSONArray when executed.

Link copied to clipboard

Command that updates the value of a JSONProperty of a JSONObject when executed.