just-json-type

JSON.parse and JSON.stringify but with strict TypeScript definitions

Usage no npm install needed!

<script type="module">
  import justJsonType from 'https://cdn.skypack.dev/just-json-type';
</script>

README

Just JSON Type

JSON.parse and JSON.stringify but with strict TypeScript definitions

Usage

This packages export two aliases:

  • load is JSON.parse with strict type definition
  • dump is JSON.stringify with strict type definition

License

MIT © Hoàng Văn Khải