Examples
Examples show how modules fit together in realistic code. Use them as starting points for application bootstrapping, conversion tools, typed config objects, and static key registries.
Application Startup
Load a YAML file, run migrations, merge defaults, apply overrides, read values, and save.
Format Conversion
Load one backend and save another while keeping core comments and metadata available.
Typed Record Config
Use a Java record with the generic typed store API.
Static Key Registry
Centralize typed keys, defaults, comments, and reads in one class.