@geut/buffer-json-codec

Codec for encode/decode JSON objects with buffer keys

Usage no npm install needed!

<script type="module">
  import geutBufferJsonCodec from 'https://cdn.skypack.dev/@geut/buffer-json-codec';
</script>

README

buffer-json-codec

Build a proxy-state from plain objects

Build Status JavaScript Style Guide standard-readme compliant

Made by GEUT

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