You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
If you attempt to send {'_id':{'$oid':'123'}} as an argument to a resource, the {'$oid':'123'} is removed from the http request that is sent.
This is a problem, because mongodb uses keys that start with $ as a way to serialize certain objects.
As far as I can tell there's no restriction on $ from the strings in a JSON object, so it seems the behavior of parse is wrong.