YamlConverter.ToYamlNode(JsonNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static SharpYaml.Serialization.YamlNode ToYamlNode(this System.Text.Json.Nodes.JsonNode json);
static member ToYamlNode : System.Text.Json.Nodes.JsonNode -> SharpYaml.Serialization.YamlNode
<Extension()>
Public Function ToYamlNode (json As JsonNode) As YamlNode
Parameters
- json
- JsonNode
Returns
SharpYaml.Serialization.YamlNode