smartconfig/test
sneak 6b8c16dd1d Implement proper YAML path navigation and complex type support
- YAML resolver now supports full path navigation (e.g., production.primary.host)
- Both JSON and YAML resolvers return YAML-formatted data for complex types
- This allows proper type preservation when loading objects/arrays from files
- Updated convertToType to parse YAML returned by resolvers
- Added comprehensive tests for YAML path navigation including arrays
- Fixed JSON resolver to support "." path for entire document
- All README examples now work correctly

The key insight was that resolvers should return YAML strings for complex
types, which can then be parsed and merged into the configuration structure,
preserving the original types (maps, arrays) instead of flattening to strings.
2025-07-21 18:57:13 +02:00
..
config.yaml Implement proper YAML path navigation and complex type support 2025-07-21 18:57:13 +02:00
data.yaml initial 2025-07-20 12:12:14 +02:00
database.yaml Implement proper YAML path navigation and complex type support 2025-07-21 18:57:13 +02:00
features.yaml Implement proper YAML path navigation and complex type support 2025-07-21 18:57:13 +02:00
hosts.json initial 2025-07-20 12:12:14 +02:00
machine-id initial 2025-07-20 12:12:14 +02:00