Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ toJsonBytes
Method
toJsonBytes
app/src/API/CommandProtocol.h:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
QByteArray toJsonBytes() const
177
{
178
return QJsonDocument(toJson()).toJson(QJsonDocument::Compact) +
"\n"
;
179
}
180
};
181
182
inline bool parseMessage(const QByteArray& data, QString& type, QJsonObject& json)
Callers
nothing calls this directly
Calls
2
toJson
Function · 0.85
toJson
Method · 0.45
Tested by
no test coverage detected