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>
This commit is contained in:
Paul Wicking 2021-04-14 06:52:40 +02:00
parent 9268cb8085
commit 069369d867

View File

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