json-tabulate
v1.0.0
Published
Creates tables out of JSON data
Downloads
3
Readme
json-tabulate
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 thetableOptions
markdownTable
- Return the tabulated data as a Markdown table stringconsoleTable
- Return the tabulated data as a console table string