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
{{ message }}
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.
I guess it is not possible to remove it, right? Just checking, because the tree changes a according to the parameter reversible set to
false
- rss
- title -> example
or
true
- rss
- title
- $t -> example
is there a way to have this documented maybe in README, including all small changes of the output JSON and make it crystal clear how the result is formatted?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using this parser command
parser.toJson(XMLContent, { reversible: true }
and it is not yet totally clear to me why from this xml:I reach this json:
and not this json:
Can someone explain me why, because documentation is lacking here, or at least, I was not able to understand the reason checking source code here
at line
node-xml2json/lib/xml2json.js
Line 128 in 9827264
thanks
The text was updated successfully, but these errors were encountered: