Interface JsonNodeCreator

All Known Implementing Classes:
ArrayNode, ContainerNode, JsonNodeFactory, ObjectNode

public interface JsonNodeCreator
Interface that defines common "creator" functionality implemented both by JsonNodeFactory and ContainerNode (that is, JSON Object and Array nodes).