-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
Description
Hi,
Thanks for this nice library!
I'm having some trouble sending json within my XML document though.
When I add a child element with a json string value e.g. {"serviceAction":"xxx"} the AEXML library returns {"serviceAction" : "xxx"}
Is it possible to make a flag on AEXMLElement that lets you disable the escaping?