1.1.1 • Published 7 years ago

performr-runner-result-msgpack v1.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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);
1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago