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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages