@geut/buffer-json-codec
v0.0.2
Published
Codec for encode/decode JSON objects with buffer keys
Downloads
7
Readme
buffer-json-codec
Build a proxy-state from plain objects
Install
$ npm install @geut/buffer-json-codec
Usage
import { BufferJSONCodec } from '@geut/buffer-json-codec'
const codec = new BufferJSONCodec()
const buf = codec.encode({
val: 'str',
num: 0,
buf: Buffer.from('str')
})
codec.decode(buf) // { val: 'str', num: 0, buf: <Buffer 73 74 72> }
Issues
:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
Contributing
:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.
License
MIT © A GEUT project