package
1.0.5
Repository: https://github.com/elwin/table.git
Documentation: pkg.go.dev

# Functions

Format converts the content of the reader to a table format using the supplied parser and writes it to the writer.

# Structs

Content is the intermediate representation before it is converted to a table format.
CSVParser is a parser implementation that parses CSV documents.
JSONParser is a parser implementation that parses JSON documents.

# Interfaces

Parser describes an interface to Parse an arbitrary document into our intermediate Content form.