xml2json
Version:
Converts xml to json and vice-versa, using node-expat.
23 lines (21 loc) • 351 B
text/xml
<unit>
<test>
<case>
<justText>blah blah</justText>
</case>
<case>
<attribText attrib='das'>capital
</attribText>
</case>
<case>
<spaces> abc
asdf
a </spaces>
</case>
<case type="SANATISE">
<san b="Smith & Son">
Alpha & Omega
</san>
</case>
</test>
</unit>