Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

toJSONAsync

import { toJSONAsync } from "https://raw.githubusercontent.com/worker-tools/structured-json/master/index.ts";
function toJSONAsync(value: any): any | Promise<any>;
§
toJSONAsync(value: any): any | Promise<any>
[src]

§Parameters

§
value: any
[src]

§Return Type

§
any | Promise<any>
[src]