Instead of fetching another file to load JSON data (local or remote), is it possible to just import the data into the HTML class?
The reason why I am asking this is because I would like to create 1 file that contains the HTML, CSS, JQuery, and JSON data without the browser having to fetch any other files.
Ideas?