Module ditto::json [] [src]

A CRDT that stores a JSON value.

Structs

Json

Json is a CRDT that stores a JSON value. It can handle any kind of JSON value (object, array, string, number, bool, and null) and allows arbitrarily-nested values. A nested Json value is indexed by a JSON pointer.

JsonState
Op

Enums

LocalOp
LocalUid
OpInner
Uid

Traits

IntoJson