Hi,

On Jun 6, 11:26 pm, Brian Wolf <brw...@gmail.com> wrote:

> I'm not sure why it does this anyways, according to congomongo
> documentation, 'fetch' is supoosed be returning in clojure format, not
> mongo.

The documentation means that you don't JSON back, but some
clojure data structure. It contains two keys _id and _ns, IIRC.
_id is of the type com.mongo.ObjectId, which is needed to
interact with the database. You don't need these keys can try
to simply dissoc them from your map.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to