Class TreeTraversingParser

All Implemented Interfaces:
Closeable, AutoCloseable, Versioned

public class TreeTraversingParser extends JsonParserMinimalBase
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.
Since:
1.3
Author:
tatu