arraybuffertojson
v1.0.5
Published
"Converts Array Buffer to json"
Downloads
47
Maintainers
Readme
ArrayBufferToJson
You can use this package to convert Array Buffer to json
Installation
Use npm to install arraybuffertojson.
npm install arraybuffertojsonUsage
import ArrayBufferToJson from 'arraybuffertojson';
const json = ArrayBufferToJson(array_buffer_value);Warning
It will not work using require , you have to use ES6 module.
