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