Parser Shortcuts: Added Or variants (BooleanOr, NumberOr, FloatOr, DecimalOr, DateOr) to allow explicit fallback values.
Extension Documentation: Each extension subpackage (boolean, date, decimal, float, number, object, collection) now ships with README.md, doc.go, and example_test.go.
Object Helpers: Normalized and moved from common/object → common/extension/object.
Deprecations:
BoolToStr has been renamed to BoolToString and moved into common/extension/boolean.
Existing usages of BoolToStr will continue to work but are discouraged.