Creates tables out of JSON data
npm install tabulate-jsontabulate({ dataObject, tableOptions, shouldStyle = false }) - Return an array of arrays (representing the table rows) from a dataObject, configured using the tableOptionsmarkdownTable - Return the tabulated data as a Markdown table stringconsoleTable - Return the tabulated data as a console table string