fktn-k / fkYAML

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

Feature/42 add key check api to basicnode #53

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

A BasicNode API to check key existence in the inner mapping Node value, has been added.
Some unit test cases for the new BasicNode API have also been implemented.