File: qjsonobject.rst

package info (click to toggle)
pyqt5 5.7%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,844 kB
  • ctags: 5,974
  • sloc: python: 93,052; cpp: 20,268; xml: 282; makefile: 270; sh: 31
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
.. currentmodule:: PyQt5.QtCore

QJsonObject
-----------

.. class:: QJsonObject

    :class:`QJsonObject` is implemented as a Python dict of str keys and
    :class:`QJsonValue` values.

    `C++ documentation <https://doc.qt.io/qt-5/qjsonobject.html>`_