Interface JsonArrayNode

All Superinterfaces:
JsonNode

public interface JsonArrayNode extends JsonNode
This interface is used to define a JSON array node.

Note: The underlying list can be accessed. Changes to this list are shown on the Node. You can operate on a copy of the list to avoid this behavior.