How to have Google Maps read a json import file via URL

I’d like to use the Google Maps component to read a JSON file of locations.

The JSON file is stored on a website, so the file is accessed using a URL. The JSON Read block accepts a string only (no URL). How would I download the file via URL, and then pass that text to the JSON Read block? Thanks.

What is the link to that Json?? Depending on the type of json information if it is a string or an object, you can use the JsonTools extension or the component within Kodular.

I’d rather not give the URL, since it would give my identity away.

The information can be in whichever format is necessary. Which component already in Kodular would I use? Is that the Web component?

yes, try web component,