fktn-k / fkYAML

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

#61 Support YAML version directives #63

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Lexical analysis/deserialization of YAML version directives are supported in fkYAML library.
The supported YAML versions are 1.1 and 1.2.(The library defaults to 1.2 without any specification.)
Each Node objects can be used to reference YAML version used in deserialization.
Tag directives are currently not supported, but will be implemented in the near future PR.