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
"fast-xml-parser": "^4.2.2":
xml file as below without "#text" but parse json result contains "#text" field. How to avoid generate "#text" field in json ?
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
I think this is happening because the order of attrName/tagName and val are reversed in your function parameters. You are using (val, name) when it should be (name, val).
Description
"fast-xml-parser": "^4.2.2":
xml file as below without "#text" but parse json result contains "#text" field. How to avoid generate "#text" field in json ?
Input
Code
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: