A part of my assignment requires me to make a converter that as the title suggests, reads -any- JSON file and converts it into an HTML file.
Having scoured the web, I've personally found naught except people converting hand made JSON files into HTML ones, but the problem with that is that they are preset and I need to be able to read any JSON file instead of a premade one.