@pancakes Parsing the v2 syntax is annoyingly tedious since the only (reference implementation) library doesn't do mapping to objects and we gotta traverse the XML-like structure ourselves
@natty@pancakes the reference implementation is kdl-rs, right? can't you use it to convert into a KDLv1 document and then reparse it with something like knuffel/knus?