Fix uninitialized field in DataBlock structure / Default booleans to false when parsing VDSObject
- Fix uninitialized field in DataBlock structure created by ToDataBlock() function.
- Make sure we default booleans that are not present in the VDSObject to false by introducing a TranslateBoolean helper function in VDSObjectParser.