In YAML, you can easily create multi-line strings. However, I would like the ability to create a multi-line array (mainly for readibility within config files) using the
The following would work:
myarray: [ String1, String2, String3, String4, String5, String5, String7 ]
I tested it using the snakeyaml implementation, I am not sure about other implementations though.