VYaml
VYaml copied to clipboard
Does VYaml support deserialization of objects with auto-property initializer syntax
Does VYaml support deserialization of objects with auto-property initializer syntax
eg:
public string S {get;set;} = "s";
public CustomClass CustomClass {get; set;} = new();