Open MaxHasADHD opened 6 years ago
I'm getting back XML with just a <String>...</string> value, so the key / value of the root node is correct but flatten only takes the attributes and flattens the children, but doesn't add the key / value of the current node.
<String>...</string>
I'm getting back XML with just a
<String>...</string>
value, so the key / value of the root node is correct but flatten only takes the attributes and flattens the children, but doesn't add the key / value of the current node.