npm install json-loaderyarn add json-loaderpnpm add json-loader<script src="https://fastly.jsdelivr.net/npm/json-loader"></script><script src="https://unpkg.com/json-loader"></script><script type="module">
import jsonloader from 'https://cdn.jsdelivr.net/npm/json-loader/+esm';
</script><script type="module">
import jsonloader from 'https://cdn.skypack.dev/json-loader';
</script>