Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

arraybuffertojson

hakuna_32223MIT1.0.5

"Converts Array Buffer to json"

array buffer, json, array buffer to json

readme

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