Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
Hi!
Still working on Hibernate OGM.
We need the ability to parse a JSON array which will support JSON extended and BSON functions (NumberLong and so on). The only way I found to do this is to provide the ability to parse/output BasicDBList, similar to what is already done with BasicDBObject.
Pull request to come.