Package: effect
Module: Schema
Recursive TypeScript type for mutable JSON values: null, number,
boolean, string, mutable arrays, or mutable string-keyed records.
Signature
type MutableJson = null | number | boolean | string | MutableJsonArray | MutableJsonObject
Since v4.0.0