Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

OrderedDict Support #11

Open
e1ven opened this issue Jul 20, 2011 · 0 comments
Open

OrderedDict Support #11

e1ven opened this issue Jul 20, 2011 · 0 comments

Comments

@e1ven
Copy link

e1ven commented Jul 20, 2011

I'm trying to maintain the order of JSON variables, for some silly reason that matters to my project.
In the PyMongo driver, I use mongo.find({},as_class=OrderedDict) to force it to return as an OrderedDict, rather than a traditional, unordered dictionary.
This is a 2.7+ (or PyPy) feature, but it's a very useful one to me.

Is there any way using asyncmongo to force it to return using an OrderedDict, using as_class, or globally changing something?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant