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

toJSONValue

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

§Parameters

§
value: any
[src]

§Return Type