# 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.