0.0.6 • Published 8 years ago

@arjanfrans/compressed-binary-json-patch v0.0.6

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

compressed-binary-json-patch

npm version Build Status Coverage Status devDependency Status devDependency Status

Pack and unpack objects and compress them by substituting known keys in the object. When packing a json patch is generated, a previous state of the object can be provided, and it is converted to binary using msgpack. Unpacking applies this process in reverse.

Installation

npm install --save @arjanfrans/compressed-binary-json-patch

Usage

See tests.