<script type="module"> import data from "./data.json" assert { type: "json" }; console.log(data); </script> // also add this=> type:"module" in json file as object