1.0.5 • Published 3 years ago

arraybuffertojson v1.0.5

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

ArrayBufferToJson

You can use this package to convert Array Buffer to json

Installation

Use npm to install arraybuffertojson.

npm install arraybuffertojson

Usage

import ArrayBufferToJson from 'arraybuffertojson';
const json = ArrayBufferToJson(array_buffer_value);

Warning

It will not work using require , you have to use ES6 module.

License

MIT

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago