Hi,
Can anyone advise how best to load a JSON feed to a blank Webflow page? I’ve been handed a link to a JSON feed and I need to test how can it be loaded through a Webflow based website.
JSON = JavaScript Object Notation. Typically you probably want the data from the feed, so your JavaScript script would fetch it, then utilize that data somehow.