Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
simple-xml-to-json
Advanced tools
Simply install using NPM in your project directory
npm install simple-xml-to-json
xmlToConvert
<string>customConverter
<function>customConverter
is usedxmlToConvert
<string>Code Example:
const {convertXML, createAST} = require("simple-xml-to-json")
const myJson = convertXML(myXMLString)
const myYaml = convertXML(myXMLString, yamlConverter)
const myAst = createAST(myXMLString)
node example/example.js
in your terminal and see what happens.xmlToJson.js
file for convenience. Just pass in the XML as a String.Take these results with a grain of salt.
According to a simple benchmark test I performed in April 2024 with a random XML. YMMV.
All values are translated to strings in JSON
There are currently reserved words in the JSON converter:
so you cannot by default have an attribute with that name and free text as the content of the element or have nested elements as children.
If you need to, you can write your own converter from the AST created by the parser, and pass it as a 2nd parameter after the xml string
FAQs
Convert XML to JSON - Fast & Simple
The npm package simple-xml-to-json receives a total of 69,276 weekly downloads. As such, simple-xml-to-json popularity was classified as popular.
We found that simple-xml-to-json demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.