Package tech.tablesaw.io.json
Class JsonReader
- java.lang.Object
-
- tech.tablesaw.io.json.JsonReader
-
- All Implemented Interfaces:
tech.tablesaw.io.DataReader<JsonReadOptions>
public class JsonReader extends Object implements tech.tablesaw.io.DataReader<JsonReadOptions>
-
-
Constructor Summary
Constructors Constructor Description JsonReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description tech.tablesaw.api.Table
read(JsonReadOptions options)
tech.tablesaw.api.Table
read(tech.tablesaw.io.Source source)
static void
register(tech.tablesaw.io.ReaderRegistry registry)
-
-
-
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 interfacetech.tablesaw.io.DataReader<JsonReadOptions>
-
read
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source)
- Specified by:
read
in interfacetech.tablesaw.io.DataReader<JsonReadOptions>
-
-