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>
This commit is contained in:
Leena Miettinen
2019-07-15 16:23:03 +02:00
parent 8f9fa82880
commit 6ff6189cb5

View File

@@ -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