As you propably understood i'm new to JavaScript.
I am trying to make a table from JSON, I found some tutorials on that, but my JSON content is really long (1700 lines) and my code will look really complicated if I paste in the tag.
So I am trying to make something like this:
<script>
var data = /files.json
...
</script>
Is that possible?