Skip to main content
Module

x/simple_utility/mod.full.ts>jsonRead

Simplify processing for Deno.
Go to Latest
function jsonRead
import { jsonRead } from "https://deno.land/x/simple_utility@v2.0.10/mod.full.ts";

Read JSON file and convert to object.

Examples

Example 1

const json = await jsonRead("./data.json");

Parameters

path: string

Returns

Promise<T>