
๐พ#test.json
{
"name": "zooyaho",
"age": 24
}
๐พ#script.js
import test from "./test.json";
console.log(test); // error
๐๐ป data.jsonํ์ผ์ script.jsํ์ผ์ importํ๋๊น 2๊ฐ์ Error๊ฐ ๋ฐ์ํ๋ค.


type='module' ์์ฑ ์ถ๊ฐ
assert { type: "json"} ์ถ๊ฐ