1.0.5 • Published 5 years ago

arraybuffertojson v1.0.5

Weekly downloads
5
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago