how to convert JSON DATA into html table
i tried using some example, but somehow it is not working. please guide me. <html> <head> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } td, th { padding: 10px; } </style> </head> <body> <h2>Convert JSON data…