Kai Teuber
Results
3
comments of
Kai Teuber
If I change CodingKey enum to `enum CodingKeys: String, CodingKey { case int case bool case string = "#CDATA" } }` value gets read.
same behavior with the extra ] - if I use "#CDATA" as coding key it works too
The Texline example works for me as longs it's only an array of Strings. If more complex structures are give it doesn't work for me. Here what the XML might...