Replies: 1 comment
-
Actually, I found a product which is doing what I am looking for: So by following this idea, I tested this:
which is giving me the expected behavior. So based on that I could do something like: with a main.yaml like this
and my content like this:
If I implement a piece of code able to understand the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
this question is not really related to YamlDotNet and maybe more a question on Yaml specification but because I am using YamlDotNet I am asking it here:
I have the following code:
But for the second document, I have as expected:
value = 6, min = 10 and max = 100
and sub.value = 20
but sub.min and sub.max are equal to 0.
I understand that the sub object is redefined this is why min and max are not set.
But, by chance, is there something in Yaml spec (or maybe in YamlDotNet) that could help me?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions