Json representation of the YDoc

Hi community,

I’m beginning with Yjs and I try to find a way to see everything that happened to my Ydoc (like a deep log).
I want to see what has been deleted, inserted updated, it could help me a lot to understand what is going on.

AbstractType.toJSON() only gives me the latest data, but not what has been recorded in the document.

Thanks in advance for your help :wink: