Class JsonDataParserGson

All Implemented Interfaces:
DataComponentVisitor, DataStreamParser
Direct Known Subclasses:
JsonArrayDataParserGson

public class JsonDataParserGson extends AbstractDataParser

New implementation of JSON data parser with better efficiency since the read tree is pre-computed during init instead of being re-evaluated while iterating through the component tree.

This particular implementation is based on Gson JsonReader.

Since:
Jan 26, 2021