function readJsonSyncimport { readJsonSync } from "https://deno.land/std@v0.38.0/fs/mod.ts"; readJsonSync(filePath: string): unknownReads a JSON file and then parses it into an object ParametersfilePath: stringReturnsunknown