CDN Resources for xml2json

Quick access to CDN links for the xml2json package

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>