Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

3.2.0.md

File metadata and controls

11 lines (7 loc) · 334 Bytes

Release 3.2.0

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);