forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user