Class ObjectNode


public class ObjectNode extends CompositeNode<List<JsonNode>>
Represents a JSON object node.

I.e. it is a set of key-value pairs, which constitute the state of the object.