import { getJSON } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/utilities.ts";
getJSON attempts to read the given file. If successful, it returns the contents of the file. If the extraction fails, it returns an empty object.
x/deno_slack_hooks/utilities.ts>getJSON
import { getJSON } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/utilities.ts";
getJSON attempts to read the given file. If successful, it returns the contents of the file. If the extraction fails, it returns an empty object.