How To store array of objects in mongoDB

Viewed 27

In frontend we have data like

imagine A is having two child B and C and B having 2 child D and E similarly C is having F and G

how we can store in db like [{A , child[B,C]},{B , child[D,E]} , {C , child[F ,G]}] this structure here we have to use ObjectID for relation

any suggestion are welcome

i was trying to create objectID from reactJS for this structure am i on right Way ? if yes will any hexastring accept mongoDB

0 Answers
Related