I have a set of syntax trees that I would like to serialize with one attribute per line, like this:
The current serialization looks more like this:
Is there a way to get there using just serialization parameters, or do I need to do something fancier?
Jonathan