-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.11.2
-
Component/s: JSON
-
None
-
Environment:2.4 server; 2.11 driver - may be present in other versions - I did not check
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I have a document that has this field:
...,
"boolean_array" : [
true,
null
],...
When I read it using the python driver I indeed get this data as is.
But when I read it using the Java driver I get this:
..., "boolean_array" : [ true] ,...