Skip to main content
Module

x/denobot/json.ts>readJsonSync

🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack.
Go to Latest
function readJsonSync
import { readJsonSync } from "https://deno.land/x/denobot@v0.1.81/json.ts";

Reads a JSON file and then parses it into an object

Parameters

filePath: string

Returns

unknown