json top-level constant

Codec<Object?, String> const json

Implementation

const Codec<Object?, String> json = CodableCodec(_JsonDelegate(), ObjectCodable());