qt5base-lts/tests/auto/corelib
Tor Arne Vestbø c3a115b90d json: Add operator[] to QJsonDocument for implicit object and array access
Makes it easier to pull out data from a document when the structure is
known up front, while still supporting default values if the structure
does not match the expectation, eg:

 int age = QJsonDocument::fromJson(ba)["users"][0]["age"].toInt(-1);

Change-Id: Ief0899bbb81610f6f22a56e2ac846121bffe77a0
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-06-08 11:23:55 +00:00
..
animation Rename macos blacklisting to osx 2017-04-24 07:24:08 +00:00
codecs QTextCodec: add QStringView overloads 2017-04-06 12:05:33 +00:00
global qEnvironmentVariableIntValue: fix the case of a non-numeric value 2017-06-01 06:02:10 +00:00
io Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
itemmodels Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
json json: Add operator[] to QJsonDocument for implicit object and array access 2017-06-08 11:23:55 +00:00
kernel Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
mimetypes Merge remote-tracking branch 'origin/5.9' into dev 2017-05-29 10:54:41 +02:00
plugin QUuid: add fromString(QStringView/QLatin1String) 2017-04-20 17:02:44 +00:00
statemachine Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev 2016-01-26 11:27:37 +00:00
thread Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
tools Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
xml Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00
corelib.pro Add support for Apple tvOS 2016-05-17 16:11:23 +00:00