Class TreeTraversingParser

  • All Implemented Interfaces:
    Versioned, Closeable, AutoCloseable

    public class TreeTraversingParser
    extends ParserMinimalBase
    Facade over JsonNode that implements JsonParser to allow accessing contents of JSON tree in alternate form (stream of tokens). Useful when a streaming source is expected by code, such as data binding functionality.