Class JsonParserStream

java.lang.Object
org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class JsonParserStream extends Object implements Closeable, Flushable
This class parses JSON elements from a GSON JsonReader. It disallows multiple elements of the same name unlike the default GSON JsonParser.