You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering if there's any way to receive an object (non stringified) rather than a string, i didn't find anything in the doc about that.
Of course i can call parse myself, but it's a waste because i imagine you must have it as an object and then call stringify on it ? (unless i'm wrong on that point and you directly construct it as a string, in which case never mind)
The text was updated successfully, but these errors were encountered:
...
result=convert.xml2js(xml,options);// to convert xml text to javascript objectresult=convert.xml2json(xml,options);// to convert xml text to json text
Hi,
Thanks for the library, it works great.
I was just wondering if there's any way to receive an object (non stringified) rather than a string, i didn't find anything in the doc about that.
Of course i can call parse myself, but it's a waste because i imagine you must have it as an object and then call stringify on it ? (unless i'm wrong on that point and you directly construct it as a string, in which case never mind)
The text was updated successfully, but these errors were encountered: