crdt
crdt copied to clipboard
Implement JSON serialization for all data-structures
In order to make persistence an easier problem to solve we should be able to serialize every data-structure currently present in the repository. The data-structures should implement json.Marshaler
interface to suffice a baseline scenario.
Making fields public would be enough for external encoders to work.