y-crdt / ydotnet

.NET bindings for yrs.
MIT License
29 stars 9 forks source link

Fix exception when converting documents containing maps to JSON #87

Closed akatakritos closed 5 months ago

akatakritos commented 5 months ago

Previously, converting a document containing a Map to JSON would throw an exception during JSON generation due to a copy-paste bug. Fix the bug and add a test for the scenario.

Fixes #86