Skip to main content
Module

x/structured_json/index.ts>toJSONAsync

Stringify and parse JavaScript values according to Structured Clone Algorithm.
Latest
function toJSONAsync
import { toJSONAsync } from "https://deno.land/x/structured_json@v0.1.0-pre.4/index.ts";

Parameters

value: any

Returns

any | Promise<any>