yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

FeatureReq: assign `YAML::Emitter` to `YAML::Node` (multiline string to yaml-cpp node)

Open shemeshg opened this issue 1 year ago • 0 comments

I'd like to be able to:

  YAML::Emitter out;
  out << YAML::Literal << val;            
  yamlContent[key] = out

See also: https://stackoverflow.com/questions/22231418/adding-multiline-string-to-a-yaml-cpp-node

shemeshg avatar Oct 13 '23 12:10 shemeshg