README
json from stream
Reads a Readable into a string and returns Promise<JSON.stringify> of the string.
License
MIT
Readable to Promise<JSON.stringify>
<script type="module">
import bCJsonFromStream from 'https://cdn.skypack.dev/@b-c/json-from-stream';
</script>
Reads a Readable into a string and returns Promise<JSON.stringify> of the string.
MIT