CDN Resources for json-loader

Quick access to CDN links for the json-loader package

CDN Resources for json-loader
Various ways to access json-loader via Content Delivery Networks

Package Installation

npm
npm install json-loader
yarn
yarn add json-loader
pnpm
pnpm add json-loader

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/json-loader"></script>
Unpkg
<script src="https://unpkg.com/json-loader"></script>
jsDelivr ESM
<script type="module">
  import jsonloader from 'https://cdn.jsdelivr.net/npm/json-loader/+esm';
</script>
Skypack
<script type="module">
  import jsonloader from 'https://cdn.skypack.dev/json-loader';
</script>