Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Maps and validation

Compare
Choose a tag to compare
@Skycoder42 Skycoder42 released this 16 Jun 15:50
· 368 commits to master since this release

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