I have to add a json file, which is a gif, as a picture in a HTML file, so it can display on the page.
I tried:
<img src="myFile.json"/>
But it does not seems to work. I looked online, especially to see if there was any Lottie json insertion tutorial, but nothing quite helpful. I also tried to convert the json as gif, but the file is too big so it was not a good idea.
Any help would be appreciated :)