-
Required Functionality Proposed Solution |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
We could just configure yaml deserializer for the config. |
Beta Was this translation helpful? Give feedback.
-
I don't think it will be that simple:
|
Beta Was this translation helpful? Give feedback.
-
While I don't see much of a benefit of using YAML, nesting in YAML isn't that complicated. To turn what you have into YAML. the braces, commas, and some of the parentheses are removed.
|
Beta Was this translation helpful? Give feedback.
-
Then we need to turn path: "json:iodata.json" too. Let's stick to JSON for now. I am going to close the ticket until we both will see the benefit of adding YAML. |
Beta Was this translation helpful? Give feedback.
-
The main advantage with yaml over json is, we can get rid of most double quotes and all braces. I find it more human friendly serialization compared to json. I proposed this assuming the following. Please let me know if these are incorrect.
|
Beta Was this translation helpful? Give feedback.
While I don't see much of a benefit of using YAML, nesting in YAML isn't that complicated. To turn what you have into YAML. the braces, commas, and some of the parentheses are removed.