json-native-promise

Inspired by the [json-promise](https://www.npmjs.com/package/json-promise) library, this is a lightweight alternative that relies on global Promises instead of importing from bluebird.

Usage no npm install needed!

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

README

json-native-promise

Inspired by the json-promise library, this is a lightweight alternative that relies on global Promises instead of importing from bluebird.

Acknowledgements

Test suite taken from json-promise.