Replies: 1 comment
|
Basically all values could be read in C++ data structures, where can be easily modified and then put back to yaml. If you know other methods, please show them up. |
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.
Suppose we have this code:
Question: how to add to "employees" now values?
add new name + job value to the existing employees? I know, I can put these values when I initialize the old one, but I am reffering here to a real world situation, when we have some values, like employees, and we want to add more.
All reactions