Class JsonArrayDataParserGson

All Implemented Interfaces:
DataComponentVisitor, DataStreamParser

public class JsonArrayDataParserGson extends JsonDataParserGson

Implementation of JSON data parser for parsing inline DataArray values. The format is a JSON array of elements where each element is itself a flat array of mixed types.

This particular implementation is based on Gson JsonReader.

Since:
Sep 29, 2023