nashwaan / xml-js

Converter utility between XML text and Javascript object / JSON text.
MIT License
1.29k stars 181 forks source link

attributes escape character? #203

Open fisherman76 opened 1 year ago

fisherman76 commented 1 year ago

This may be intentional, in which case an explanation would be welcome - when converting from js to xml (js2xml), attributes (defined in _attributes{}) are coming back with escape characters - \" - for values only. Is this able to be suppressed?