Skip to content

jsonCodec

jsonCodec<T>(): Codec<T>

Defined in: src/persistence/migration/Codec.ts:56

Pass-through codec — no validation, identity transform. Same shape as the framework’s default behaviour when no codec is supplied. Useful as a default in generic helpers, and as the baseline you compose richer codecs on top of.

T

Codec<T>