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.
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.
<script type="module">
import jsonNativePromise from 'https://cdn.skypack.dev/json-native-promise';
</script>
Inspired by the json-promise library, this is a lightweight alternative that relies on global Promises instead of importing from bluebird.
Test suite taken from json-promise.