fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#35 Add feature of deserializing anchors & aliases #56

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

The feature of deserializing anchors/aliases has been added to fkYAML library.
Unit test cases have therefore been added to the unit test app to ensure that the added feature works as it's expected to.
More test cases for the feature will be added in a future PR.