1 2 3 4 5 6
// module import value from "./json-modules-target.json" with { type: "json" }; if (value && value.ok === true) { console.log("OK"); }