CDN Resources for xml2json
Various ways to access xml2json via Content Delivery Networks
Package Installation
npm
npm install xml2json
yarn
yarn add xml2json
pnpm
pnpm add xml2json
CDN 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