DEV Community

Noah Stoeckel
Noah Stoeckel

Posted on

How to generate a table from JSON data with es6

I found that many of the json to html table answers on stackoverflow and misc blogs were a little hard for me to read and one implementation didn't work. I hope that my attempt can help you in the future.

The no frills bare basic json to table function
*EDIT: this assumes your json data is an array of objects

Top comments (0)