CDN Resources for parse-json
Various ways to access parse-json via Content Delivery Networks
Package Installation
npm
npm install parse-json
yarn
yarn add parse-json
pnpm
pnpm add parse-json
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/parse-json"></script>
Unpkg
<script src="https://unpkg.com/parse-json"></script>
jsDelivr ESM
<script type="module">
import parsejson from 'https://cdn.jsdelivr.net/npm/parse-json/+esm';
</script>
Skypack
<script type="module">
import parsejson from 'https://cdn.skypack.dev/parse-json';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages