Creates a YAML reader over a string payload.
public static YamlReader Create(string yaml, YamlSerializerOptions? options = null)
The YAML payload.
Options used for parsing behaviors such as reference handling.