zbjornson / MongoDBLink

MongoDB driver for Mathematica
http://zbjornson.github.io/MongoDBLink
MIT License
17 stars 5 forks source link

Deserialize lists of embedded documents #3

Closed zbjornson closed 8 years ago

zbjornson commented 8 years ago

I just discovered that, If I already have a structure like: {"company"->1,"entity"->{{"name"->"testName","value"->2}}} in my collection, It's not deserialised when I retrieve it. I get: {_id->5694199377a827,company->1.,entity->{«JavaObject[com.mongodb.BasicDBObject]»}}

Created for @rodrigomurta from #2