Allows conversion of YamlDotNet's YAML models to JsonNodes
$ dotnet add package Yaml2JsonNodeYaml2JsonNode provides conversions between YamlDotNet's object models and System.Text.Json.Nodes.
var jsonNode = yamlNode.ToJsonNode();
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.