Parsed JSON values; JSON null and SQL NULL both decode to Dart null.
static const json = Codec<Object?>('json', _decodeJson, jsonEncode);