Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Encode/decode performr-runner result json documents from/into a binary format using msgpack

Notifications You must be signed in to change notification settings

Joris-van-der-Wel/performr-runner-result-msgpack

Repository files navigation

performr-runner-result-msgpack

Encode/decode performr-runner result json documents from/into a binary format using msgpack.

Example

const {encode, decode} = require('performr-runner-result-msgpack');
const fs = require('fs');

const resultObject = JSON.parse(fs.readFileSync('myResult.json'));
const buffer = encode(resultObject);
const resultObjectAgain = decode(buffer);

About

Encode/decode performr-runner result json documents from/into a binary format using msgpack

Resources

Stars

Watchers

Forks

Packages

No packages published