CDN Resources for jsonfile

Quick access to CDN links for the jsonfile package

CDN Resources for jsonfile
Various ways to access jsonfile via Content Delivery Networks

Package Installation

npm
npm install jsonfile
yarn
yarn add jsonfile
pnpm
pnpm add jsonfile

CDN Links

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