Closed JanC closed 6 years ago
Before serialising to mongo, travers recursively the data and replace any $ keys by _$ and vice versa when deserialising.
$
_$
fixes #2
I referenced a wrong issue. this fixes #5
Before serialising to mongo, travers recursively the data and replace any
$
keys by_$
and vice versa when deserialising.fixes #2