This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Maps and validation
Changelist:
- Add support for generic
QMap<QString, T>
properties (QString only, since they are converted to json objects)- Addes additional converter registration methods (for the map conversions)
- Deserializing an invalid enum string will now throw an exception
- Added the
QJsonSerializer::validationFlags
property- Allows to verify if no additional properties are in the json data
- Allows to verify all object properties have been filled from the json data