Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bun_tea/core/utils/parsers/json.ts>jsonSafeParse

Fast, Bun-powered, and Bun-only(for now) Web API framework with full Typescript support.
Latest
variable jsonSafeParse
import { jsonSafeParse } from "https://deno.land/x/bun_tea@v0.0.1-alpha.20/core/utils/parsers/json.ts";

type

(text: string | Record<string, any>, reviver?: ((
this: any,
key: string,
value: any,
) => any) | undefined
) => unknown