tabulate-json
v1.0.0
Published
Creates tables out of JSON data
Readme
tabulate-json
Creates tables out of JSON data
Functionality
tabulate({ dataObject, tableOptions, shouldStyle = false })- Return an array of arrays (representing the table rows) from adataObject, configured using thetableOptionsmarkdownTable- Return the tabulated data as a Markdown table stringconsoleTable- Return the tabulated data as a console table string
