Распаковщик бинарного JSON для библиотеки BSON.
npm i @alexgyver/bson
const codes = [
'some',
'string',
'constants',
];
let json;
const res = await fetch(...);
try {
json = decodeBson(new Uint8Array(await res.arrayBuffer()), codes);
} catch (e) { }