json library

Exposes JSON codecs for the components in this package.

Properties

bold → TextAttributeCodec<_BoldAttribute>
Codec to convert boldAttribute to/from JSON (see DocumentJsonCodec).
final
bulletList → LineModifierCodec<_BulletListModifier>
Codec to convert bulletListModifier to/from JSON (see DocumentJsonCodec).
final
heading → LineModifierCodec<HeadingModifier>
Codec to convert HeadingModifier to/from JSON (see DocumentJsonCodec).
final
image → ParagraphEmbedCodec<ImageEmbed>
Codec to convert ImageEmbed to/from JSON (see DocumentJsonCodec).
final
italic → TextAttributeCodec<_ItalicAttribute>
Codec to convert italicAttribute to/from JSON (see DocumentJsonCodec).
final
Codec to convert LinkAttribute to/from JSON (see DocumentJsonCodec).
final
strikethrough → TextAttributeCodec<_StrikethroughAttribute>
Codec to convert underlineAttribute to/from JSON (see DocumentJsonCodec).
final
underline → TextAttributeCodec<_UnderlineAttribute>
Codec to convert underlineAttribute to/from JSON (see DocumentJsonCodec).
final