Package: @effect/sql
Module: Model
A field that represents a JSON value stored as text in the database.
The “json” variants will use the object schema directly.
Signature
declare const JsonFromString: <S extends Schema.Schema.All | Schema.PropertySignature.All>(schema: S) => JsonFromString<S>
Since v1.0.0