I am working a nodejs back-end project. So I have a json file tryList.json saved in public folder. Also in the folder, I have a html file. What should I put in the tag of the html file so that I can load the data from tryList.json?
I am trying to import the data into the front end js code, which will be used in data visualization later.
Thanks