Overview of json-joy
masterjson-joy is a library designed for real-time and collaborative editing of JSON data models. Its primary focus is the implementation of the JSON CRDT protocol, a Conflict-free Replicated Data Type that allows multiple replicas to merge changes seamlessly without conflicts.
Beyond CRDTs, the library provides high-performance implementations for various JSON-related utilities, including codecs (CBOR, MessagePack, etc.), JSON Patch, JSON Schema validation, and JSON Expressions.