YSONCounter represents a Counter CRDT for collaborative counting.
YSONCounter
{ type: 'Counter', value: { type: 'Int', value: 10 } } Copy
{ type: 'Counter', value: { type: 'Int', value: 10 } }
YSONCounterrepresents a Counter CRDT for collaborative counting.Example