Interface JsonObjectNode

All Superinterfaces:
JsonNode

public interface JsonObjectNode extends JsonNode
This interface is used to define a JSON object node.

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