function getJsonimport { getJson } from "https://deno.land/x/gustwind@v0.35.0/utilities/fs.ts"; getJson<R>(filePath: string): Promise<R>Type ParametersRParametersfilePath: stringReturnsPromise<R>