fast-xml-parser icon indicating copy to clipboard operation
fast-xml-parser copied to clipboard

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

Results 84 fast-xml-parser issues
Sort by recently updated
recently updated
newest added

* [X] Are you running the latest version? * [X] Have you included sample input, output, error, and expected output? * [X] Have you checked if you are using correct...

Pending

The URL listed here (https://naturalintelligence.github.io/fast-xml-parser/) does not validate or parse XML, nor convert JSON/JS into XML.

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

in the function ‘validate’: ` if (i.err) { return i; } ` typeof ‘i’ is a number

* [x] Are you running the latest version? * [x] Have you included sample input, output, error, and expected output? * [x] Have you checked if you are using correct...

duplicate

### Checklist * [ ] Have you asked your question on Stackoverflow or similar forum? * [x] Are you running the latest version? * [x] Have you included sample input,...

enhancement
good first issue

### Discussed in https://github.com/NaturalIntelligence/fast-xml-parser/discussions/463 Originally posted by **YvesMarcoux** May 17, 2022 Some options (like isArray) are call-backs that take a jpath argument. The separator in such paths seems to be...

enhancement
good first issue

Hi, In v3 arrayMode allowed the XML to be placed in arrays easily. v4 seems to now take this into a isArray, alwaysArray path. I can convey trying to deal...

Modified Options Builder to include new option - attributeTargetTags - Array Modified OrderedObjParser to check for attributeTargetTags and see if TagName is in the array # Purpose / Goal Simple...

### Discussed in https://github.com/NaturalIntelligence/fast-xml-parser/discussions/462 Originally posted by **adamalston** May 13, 2022 I only want to use preserve order for a single XML element. Right now I am doing the following:...

enhancement