JsonReplacer import { JsonReplacer } from "destack:json"; Function that transforms JSON values before serialization. export type JsonReplacer = (string, Json) => Json | undefined language/library/src/json/json.ds:20