kamchatka-volcano / figcone

Read JSON, YAML, TOML, XML or INI configuration by declaring a struct
Microsoft Public License
100 stars 2 forks source link

Add unregistered data handler #16

Closed kamchatka-volcano closed 7 months ago

kamchatka-volcano commented 11 months ago

Unknown node and param errors should be emitted with a default unregistered data handler. The user should be able to override it by adding a custom handler to ignore or filter unregistered data. It should be possible to register a handler globally or for a specified Config type.

kamchatka-volcano commented 7 months ago

Closed in v3.0.0