Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ toText
Function
toText
launcher/Json.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
QByteArray toText(const QJsonObject& obj)
58
{
59
return QJsonDocument(obj).toJson(QJsonDocument::Compact);
60
}
61
QByteArray toText(const QJsonArray& array)
62
{
63
return QJsonDocument(array).toJson(QJsonDocument::Compact);
Callers
1
serialize
Method · 0.85
Calls
1
toJson
Method · 0.80
Tested by
no test coverage detected