Documentation
¶
Overview ¶
Package format bridges Codec[T] to concrete serialization formats (JSON, YAML, TOML).
A codec works with an intermediate representation (map[string]any) that is format-agnostic. Format wraps that intermediate layer so the same codec can read and write multiple wire formats without any changes to the codec itself.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.