public class JsonReader extends Object implements tech.tablesaw.io.DataReader<JsonReadOptions>
Constructor and Description |
---|
JsonReader() |
Modifier and Type | Method and 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) |
public static void register(tech.tablesaw.io.ReaderRegistry registry)
public tech.tablesaw.api.Table read(JsonReadOptions options) throws IOException
read
in interface tech.tablesaw.io.DataReader<JsonReadOptions>
IOException
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source) throws IOException
read
in interface tech.tablesaw.io.DataReader<JsonReadOptions>
IOException
Copyright © 2019. All rights reserved.