deno/tests/specs/cache/json_import/main.ts

2 lines
75 B
TypeScript

import asdf from "./test.json" assert { type: "json" };
console.log(asdf);