Class JsonReader

    • Constructor Detail

      • JsonReader

        public JsonReader()
    • Method Detail

      • register

        public static void register​(tech.tablesaw.io.ReaderRegistry registry)
      • read

        public tech.tablesaw.api.Table read​(JsonReadOptions options)
        Specified by:
        read in interface tech.tablesaw.io.DataReader<JsonReadOptions>
      • read

        public tech.tablesaw.api.Table read​(tech.tablesaw.io.Source source)
        Specified by:
        read in interface tech.tablesaw.io.DataReader<JsonReadOptions>