-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Codecs
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.