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