Buonasera,
ho un problema. Non riesco a fargli leggere il file json esterno
codice:
let jsonData = JSON.stringify(newURL('http://127.0.0.1:5500/html/ltr/listaVlt.json'));        console.log(jsonData); 

console.log(typeofJSON.stringify(jsonData));
In console di Chrome ho questi errori

"http://127.0.0.1:5500/html/ltr/listaVlt.json"

string

Giustamente non posso ciclarci sopra e fare tabella in quanto non visualizza dati in questo modo
[{"varName":"nome","varRegione":"regione","varCitta ":"citta","varNum":"20","varDataAgg":"05/04/2023"},.
ma mi da "http://127.0.0.1:5500/html/ltr/listaVlt.json"
jquery.min.js:2 Uncaught TypeError: Cannot use 'in' operator to search for 'length' in "http://127.0.0.1:5500/html/ltr/listaVlt.json"
at p (jquery.min.js:2:1104)
at Function.each (jquery.min.js:2:2964)
at convert (tables_prova_Jason_jQuery.html:88:12)
at HTMLButtonElement.onclick (tables_prova_Jason_jQuery.html:12:42)