diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-07-15 16:23:03 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-08-19 07:48:42 +0000 |
commit | 6ff6189cb5b3a61a93d10bcce6f0ebec39c8fc09 (patch) | |
tree | 2fc45bb64e4db7c65fb68fee19761472de6f3994 /doc | |
parent | 8f9fa82880664be11fea7945042087be49bd708f (diff) | |
download | qt-creator-6ff6189cb5b3a61a93d10bcce6f0ebec39c8fc09.tar.gz |
Doc: Remove section on Checking JSON data structure
As the feature no longer seems to work.
Fixes: QTCREATORBUG-21024
Change-Id: I29cb03d70d5a5668b40066c9c6f75650dae65d44
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/editors/creator-code-syntax.qdoc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/src/editors/creator-code-syntax.qdoc b/doc/src/editors/creator-code-syntax.qdoc index e183c20f5e..bbd9d1442f 100644 --- a/doc/src/editors/creator-code-syntax.qdoc +++ b/doc/src/editors/creator-code-syntax.qdoc @@ -671,24 +671,6 @@ \endtable - \section1 Checking JSON Data Structure - - \QC validates instances of JSON entities against - \l{http://tools.ietf.org/html/draft-zyp-json-schema-03} - {A JSON Media Type for Describing the Structure and Meaning of JSON Documents}. - However, \QC does not understand the entire specification. - - A JSON schema defines the structure of JSON data. It determines what JSON - data is required for an application and how to interact with it. - - The specification does not define how to map JSON instances with JSON - schemas. \QC looks for a JSON schema file with a name that matches the - name of the JSON instance file in the user configuration folder. For - example, \c {~/config/QtProject/qtcreator/json} on Linux and \macos and - \c {C:\Users\username\AppData\Roaming\QtCreator\qtcreator\json} on - Windows. To check JSON data structure, copy the JSON schema file to the - above folder. - \section1 Resetting the Code Model If you change the build and run kit when you have QML files open in the code |