SSPkrolik / nimongo

Pure Nim lang MongoDB driver
http://sspkrolik.github.io/nimongo
MIT License
101 stars 20 forks source link

[rfc] Bson node contains key while it should not #12

Closed yglukhov closed 8 years ago

yglukhov commented 8 years ago

This is a proposition to refactor the bson node a bit to reflect json logic in the sense that

imho, it would be more consistent, because orphan nodes can not physically have any key, also addition of a node A to node B would not change node A, as it does currently.