Replies: 1 comment
-
Not that I am aware of. There is another project, it's pretty old and doesn't look like it supports anything other than full framework applications (no dot net core). You could have a look at this and see if it would work for you. https://github.com/aaubry/YamlDotNet.Dynamic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large YAML document that I want to deserialize to a dynamic object (
ExpandoObject
). I can get there by going to Json first and then using NewtonSoft. Can YamlDotNet deserialize directly to a dynamic object tree?Beta Was this translation helpful? Give feedback.
All reactions