JSPM

json-joy

17.25.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88275
  • Score
    100M100P100Q164504F
  • License Apache-2.0

Collection of libraries for building collaborative editing apps.

Package Exports

  • json-joy
  • json-joy/esm/json-patch
  • json-joy/esm/json-patch/index.js
  • json-joy/lib/index.js
  • json-joy/lib/json-crdt
  • json-joy/lib/json-crdt-extensions
  • json-joy/lib/json-crdt-extensions/index.js
  • json-joy/lib/json-crdt-patch
  • json-joy/lib/json-crdt-patch/codec/compact/decode
  • json-joy/lib/json-crdt-patch/codec/compact/decode.js
  • json-joy/lib/json-crdt-patch/codec/compact/encode
  • json-joy/lib/json-crdt-patch/codec/compact/encode.js
  • json-joy/lib/json-crdt-patch/codec/verbose/encode
  • json-joy/lib/json-crdt-patch/codec/verbose/encode.js
  • json-joy/lib/json-crdt-patch/constants
  • json-joy/lib/json-crdt-patch/constants.js
  • json-joy/lib/json-crdt-patch/index.js
  • json-joy/lib/json-crdt/codec/indexed/binary/Encoder
  • json-joy/lib/json-crdt/codec/indexed/binary/Encoder.js
  • json-joy/lib/json-crdt/codec/sidecar/binary/Encoder
  • json-joy/lib/json-crdt/codec/sidecar/binary/Encoder.js
  • json-joy/lib/json-crdt/codec/structural/compact/Encoder
  • json-joy/lib/json-crdt/codec/structural/compact/Encoder.js
  • json-joy/lib/json-crdt/codec/structural/verbose/Encoder
  • json-joy/lib/json-crdt/codec/structural/verbose/Encoder.js
  • json-joy/lib/json-crdt/index.js
  • json-joy/lib/json-crdt/json-patch/JsonPatch
  • json-joy/lib/json-crdt/json-patch/JsonPatch.js
  • json-joy/lib/json-crdt/json-patch/JsonPatchStore
  • json-joy/lib/json-crdt/json-patch/JsonPatchStore.js
  • json-joy/lib/json-crdt/log/Log
  • json-joy/lib/json-crdt/log/Log.js
  • json-joy/lib/json-crdt/log/codec/LogDecoder
  • json-joy/lib/json-crdt/log/codec/LogDecoder.js
  • json-joy/lib/json-crdt/log/codec/LogEncoder
  • json-joy/lib/json-crdt/log/codec/LogEncoder.js
  • json-joy/lib/json-patch
  • json-joy/lib/json-patch/index.js
  • json-joy/lib/json-text/stringify
  • json-joy/lib/json-text/stringify.js
  • json-joy/lib/json-text/toTree
  • json-joy/lib/json-text/toTree.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-joy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

json-joy

npm version

json-joy library implements cutting-edge real-time and collaborative editing algorithms and other utilities for JSON data models. Major focus of json-joy is development of the JSON CRDT protocol, a Conflict-free Replicated Data Type that enables seamless merging of changes in JSON data models, avoiding conflicts between replicas.

Notable features

  • Full JSON implementation as a CRDT (Conflict-free Replicated Datatype).
  • The fastest list CRDT implementation in JavaScript.
  • The fastest text OT (Operational Transformation) implementation in JavaScript.
  • The fastest implementation of CBOR, DAG-CBOR, MessagePack, UBJSON, and JSON codecs in JavaScript.
  • The fastest (HTTP) router implementation in JavaScript.
  • The fastest JSON schema validation implementation in JavaScript.
  • Very fast binary tree (Radix, AVL, Red-black*, Splay) implementations in JavaScript.
  • Very fast JSON Patch (and JSON Pointer) implementation in JavaScript, including many non-standard operations, and JSON Predicate implementation.
  • Very fast JSON Expression implementation in JavaScript.