Class RVJsonDataSourceItem


  • public class RVJsonDataSourceItem
    extends RVResourceBasedDataSourceItem
    The data source item used to represent a dataset from a JSON file, it includes the optional parsing configuration.
    • Constructor Detail

      • RVJsonDataSourceItem

        public RVJsonDataSourceItem​(IRVResourceItem resourceItem)
        Creates a new JSON item getting data from the specified resource item.
        Parameters:
        resourceItem - The resource item to download the file from.
    • Method Detail

      • setConfig

        public String setConfig​(String value)
        The configuration of the JSON parser.
        Parameters:
        value -
        Returns:
      • getConfig

        public String getConfig()
        The configuration of the JSON parser.
        Returns: