-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: JSON & ExtJSON
-
None
The EXT JSON parser doesn't handle empty objects correctly. For the following JSON:
command: {
cursor: {},
command_name: "name"
}
the "command_name" key is parsed as part of the cursor object.
- is depended on by
-
GODRIVER-437 Add helpers for database and client level change streams
- Closed