QJsonValueΒΆ

class PyQt5.QtCore.QJsonValue

Any of the following can also be given when a QJsonValue is expected:

  • a Type
  • a bool
  • an int
  • a float
  • a str
  • a QJsonObject
  • a QJsonArray.

The C++ documentation can be found here.