summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-04-14 06:52:40 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-04-27 23:02:02 +0200
commit069369d86707c89645d63ff36151065c47e6c0ea (patch)
tree7d620cc430d3203ad01e23ee8cbf795b5379855a /src/corelib/doc/src
parent9268cb808510beb3f9c50fba273e67e5b560c3e6 (diff)
Doc: Remove mention of no longer supported format
Pick-to: 6.0 6.1 Fixes: QTBUG-92826 Change-Id: I35950523e41ceaa1ddc59782c4b527707289013b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/json.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/doc/src/json.qdoc b/src/corelib/doc/src/json.qdoc
index a32772f910..e7d60841b0 100644
--- a/src/corelib/doc/src/json.qdoc
+++ b/src/corelib/doc/src/json.qdoc
@@ -40,9 +40,7 @@
now widely used as a data exchange format on the internet.
The JSON support in Qt provides an easy to use C++ API to parse,
- modify and save JSON data. It also contains support for saving this
- data in a binary format that is directly "mmap"-able and very fast to
- access.
+ modify and save JSON data.
More details about the JSON data format can be found at \l{http://json.org}{json.org}
and in \l{http://tools.ietf.org/html/rfc4627}{RFC-4627}.