I have a JSON file on my website, and I want to access it from client-side vanilla javascript. How do I do that?
I don't want any HTML involved, like linking to the JSON file in the HTML and then accessing it via JavaScript. I need it to be in JavaScript and JSON, nothing else.