By using this method we can change the Json data into matrix table directly. Approach 1: Take the JSON Object in a variable. Call a function which first adds the column names to the < table > element.(It is looking for the all columns, which is UNION of the column names). Traverse the JSON data… Continue reading How to convert JSON data to a html table using JavaScript