menu
stringify
import { stringify } from "destack:json";
Serialize a JSON value.
1export function stringify(value: Json, replacer?: JsonReplacer | readonly string[] | undefined, space?: string | int32 | undefined): Result<^string, JsonError>import { stringify } from "destack:json";
Serialize a JSON value.
1export function stringify(value: Json, replacer?: JsonReplacer | readonly string[] | undefined, space?: string | int32 | undefined): Result<^string, JsonError>