Package technology.tabula.writers
Class JSONWriter
java.lang.Object
technology.tabula.writers.JSONWriter
- All Implemented Interfaces:
Writer
public class JSONWriter extends Object implements Writer
-
Constructor Summary
Constructors Constructor Description JSONWriter() -
Method Summary
Modifier and Type Method Description voidwrite(Appendable out, List<Table> tables)voidwrite(Appendable out, Table table)
-
Constructor Details
-
JSONWriter
public JSONWriter()
-
-
Method Details
-
write
- Specified by:
writein interfaceWriter- Throws:
IOException
-
write
- Specified by:
writein interfaceWriter- Throws:
IOException
-