json-joy
    Preparing search index...
    CompactCodecPatch: [
        header: [id: CompactCodecTimestamp, meta?: unknown],
        ops: CompactCodecOperation[],
    ]

    Represents a JSON CRDT Patch object in Compact encoding. Compact encoding is a binary encoding of the JSON CRDT Patch, which is more compact than *JSON encoding(), but less compact than Binary encoding.