tlc.core.export.exporters.default_json¶
Basic exporter for the JSON format.
Module Contents¶
Classes¶
Class |
Description |
|---|---|
Basic exporter for the JSON format. |
API¶
- class DefaultJSONExporter¶
Bases:
tlc.core.export.exporter.ExporterBasic exporter for the JSON format.
This exporter is used when no other exporter is compatible with the Table, and the output path has a .json extension.
- supported_format = json¶
- priority = 1¶