MCPcopy 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
182inline bool parseMessage(const QByteArray& data, QString& type, QJsonObject& json)

Callers

nothing calls this directly

Calls 2

toJsonFunction · 0.85
toJsonMethod · 0.45

Tested by

no test coverage detected