File: qjsonvalue.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 (24 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. currentmodule:: PyQt5.QtCore

QJsonValue
----------

.. class:: QJsonValue

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

    - a :class:`QJsonValue.Type`

    - a bool

    - an int

    - a float

    - a str

    - a :class:`QJsonObject`

    - a :class:`QJsonArray`.

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