We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Json.Net allows you do do something like this:
JsonConvert.PopulateObject(string, object);
Any properties that aren't found in the JSON are left alone on the object. Is something similar possible for YamlDotNet?
The text was updated successfully, but these errors were encountered:
+1, for now I convert to Json and use Json.net for this.
Sorry, something went wrong.
This issue appears to be abandoned, I'm going to close it.
No branches or pull requests
Json.Net allows you do do something like this:
Any properties that aren't found in the JSON are left alone on the object. Is something similar possible for YamlDotNet?
The text was updated successfully, but these errors were encountered: