Update doc: match actual compact JSON output

Task-number: QTBUG-36682
Change-Id: I0fca746a7838cce49efc243a242bb9bb7119bd9e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
bb10
mlpo 2014-06-25 16:59:41 +02:00 committed by Léonard Benedetti
parent 28f4f10640
commit a11f76fa54
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ QByteArray QJsonDocument::toJson() const
\value Compact Defines a compact output as follows:
\code
{"Array": [true,999,"string"],"Key": "Value","null": null}
{"Array":[true,999,"string"],"Key":"Value","null":null}
\endcode
*/