Many years ago we launched a project to manage semi-structured information for research projects. We used CouchDB, and at that time it was convenient for us to call the mand
As mentioned in this duplicate question, as well as on this CouchDB GitHub issue, this is possible by escaping the $
character:
... you can escape the dollar sign with
\\$keyname
.
From the github issue, I got this answer, and I confirm it works.
Looks like you can escape the dollar sign with \\$keyname.
In my case, {"\\$type": "entry"}