Package: effect
Module: Schema
Recursive TypeScript type for any valid immutable JSON value: null,
number, boolean, string, a readonly array of Json values, or a
readonly record of string → Json. For the corresponding schema, see the
Json const.
Signature
type Json = null | number | boolean | string | JsonArray | JsonObject
Since v4.0.0