As was mentioned in the README file, a crucial feature to include is the ability to convert to JSON.
However, as a word of warning, not all JSON files will match that of a table since JSON has the ability to be unstructured (is that the right word?) and not convert nicely to the other formats. The best first step would be to go from CSV, TSV, or Markdown to JSON first, then try from JSON to the other formats.
As was mentioned in the
READMEfile, a crucial feature to include is the ability to convert to JSON.However, as a word of warning, not all JSON files will match that of a table since JSON has the ability to be unstructured (is that the right word?) and not convert nicely to the other formats. The best first step would be to go from CSV, TSV, or Markdown to JSON first, then try from JSON to the other formats.