I am facing an issue with retrieving JSON data from a URL
For example, here is the URL:
This URL provides a .txt file which contains JSON data
I am unsure how to extract the JSON data from the .txt file in order to display it on a page
Any assistance would be greatly appreciated :)