Skip to content

Introduced Parser.WithDefault interface

Nils Bandener requested to merge parser-with-default into main

This allows to provide custom defaults to parser functions. This is especially useful for complex objects where attributes are partially not specified - these can then fall back to custom default values.

Merge request reports