mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use compact json in responses.
This commit is contained in:
@ -73,7 +73,7 @@ void FolderContentControllerV2::serviceContent(const int &library, const qulongl
|
||||
|
||||
QJsonDocument output(items);
|
||||
|
||||
response.write(output.toJson());
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
#ifdef QT_DEBUG
|
||||
auto done = std::chrono::high_resolution_clock::now();
|
||||
|
||||
|
Reference in New Issue
Block a user