You can use this package to convert Array Buffer to json
Use npm to install arraybuffertojson.
npm install arraybuffertojson
import ArrayBufferToJson from 'arraybuffertojson';
const json = ArrayBufferToJson(array_buffer_value);
It will not work using require , you have to use ES6 module.