File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010## 🤘 Features
1111
12- * Transform XML to JSON.
13- * Only take properties that you're interested in.
14- * Output is ready to use JS object.
12+ * Transform XML to JSON: transform only properties you're interested in. Output is ready to use JS object.
1513
1614* Written in C++ and compiled down to WebAssembly, so no re-compilation needed.
17- * No need to build a binary whenever a new Node version is released.
18- * Works on all major platforms (OS X, Linux and Windows). See Travis CI and AppVeyor build status for details.
19- * AWS Lambda friendly (or serverless in general).
2015
21- * It's pretty fast on large XML strings.
22- * We're using [ our fork of pugixml] ( http://pugixml.org/ ) under the hood. It's one of the fastest XML parsers around.
23- * Scales well with multi-core processors by use of a ` worker_threads ` pool (Node >= 12).
16+ * Works on all major platforms (Linux, macOS, Windows).
2417
25- * Pretty print XML.
18+ * It's pretty fast on large XML strings. We leverage [ pugixml] ( http://pugixml.org ) through our own fork.
19+
20+ * Scale well with multi-core processors by the use of ` worker_threads ` pool.
2621
2722## 🔥 Benchmark
2823
You can’t perform that action at this time.
0 commit comments