Creates tables out of JSON data
npm install json-tabulatetabulate({ 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