Skip to content

Implement merge keys

Compare
Choose a tag to compare
@aaubry aaubry released this 17 Jun 11:06
· 979 commits to master since this release

This release adds merge key support: http://yaml.org/type/merge.html

Example from BackreferencesAreMergedWithMappings unit test:

var reader = new EventReader(new MergingParser(new Parser(stream)));
var result = Deserializer.Deserialize<Dictionary<string, Dictionary<string, string>>>(parser);