// deno-lint-ignore no-import-assertions
import json from "./json_with_shebang.json" assert { type: "json" };
console.log(json);