c++ - Modifying documents in memory in yaml-cpp -
I want to read a YML document, filter it by modifying some nodes in memory, and then it's an emitter. The problem is that the YAML :: node is designed to read-only. Is there a way to change the value of a node (in this case with scalar) which I do not remember?
What do I do with YAML, I read the file and then under my data structure, YAMAL data Put me It may be that whatever you are searching for, but this is the only way.
Comments
Post a Comment