im trying to show the content of my JSON file in html using express what I have is this
const data = require("./data.json"); const express = require(&q