npm install strip-json-commentsyarn add strip-json-commentspnpm add strip-json-comments<script src="https://fastly.jsdelivr.net/npm/strip-json-comments"></script><script src="https://unpkg.com/strip-json-comments"></script><script type="module">
import stripjsoncomments from 'https://cdn.jsdelivr.net/npm/strip-json-comments/+esm';
</script><script type="module">
import stripjsoncomments from 'https://cdn.skypack.dev/strip-json-comments';
</script>