29 Mar
2022
29 Mar
'22
10:25 p.m.
I have a set of syntax trees that I would like to serialize with one attribute per line, like this: https://github.com/biblicalhumanities/greek-new-testament/blob/master/syntax... The current serialization looks more like this: https://github.com/biblicalhumanities/greek-new-testament/blob/master/syntax... Is there a way to get there using just serialization parameters, or do I need to do something fancier? Jonathan