CDN Resources for xml2json
Various ways to access xml2json via Content Delivery Networks
Package Installation
npm
npm install xml2jsonyarn
yarn add xml2jsonpnpm
pnpm add xml2jsonCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/xml2json"></script>Unpkg
<script src="https://unpkg.com/xml2json"></script>jsDelivr ESM
<script type="module">
import xml2json from 'https://cdn.jsdelivr.net/npm/xml2json/+esm';
</script>Skypack
<script type="module">
import xml2json from 'https://cdn.skypack.dev/xml2json';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages