Lưu ý: Tính năng này hoạt động với cả normal import và dynamic import.
// normal import import json from "./myModule.json" assert { type: "json" }; // dynamic import import("myModule1.json", { assert: { type: "json" } });