json constant

GenericType<Object> const json

Must be encodable via core.json.encode.

Values will be encoded via core.json.encode before being sent to the database.

Implementation

static const json = GenericType(TypeOid.json);