json-joy
    Preparing search index...

    Module json-crdt-patch/codec/binary

    Implements JSON CRDT Patch "binary" serialization format, which is the most compact binary encoding format.

    Usage:

    const encoded = encode(patch);
    const decoded = decode(encoded);

    Classes

    Decoder
    Encoder

    Variables

    decoder
    encoder

    Functions

    decode
    encode