Manipulate YamlNode #384
-
Hi people, I'm writing a small kotlin script to read yaml files and translate English scalar to another language. I can not grasp how could I deserialize the modified YamlMap to string? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looking at the code, I probably have to iterate over the tree and write yaml file by hand. |
Beta Was this translation helpful? Give feedback.
-
Kaml is not intended to be a general-purpose YAML manipulation library. I'd suggest using something like SnakeYAML for this purpose instead. |
Beta Was this translation helpful? Give feedback.
Kaml is not intended to be a general-purpose YAML manipulation library. I'd suggest using something like SnakeYAML for this purpose instead.