json2htable

1.0.0 • Public • Published

json2html

A small javascript library to generate html table code for json.

const Json2Html = require('json2html');
let data = [{ ab: "ab" }]
let table = Json2Html(data);
console.log(table);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i json2htable

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.93 kB

Total Files

4

Last publish

Collaborators

  • ganesh.karewad