MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Json

Method Json

src/QtTextReader.cpp:193–197  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

191
192// Generate JSON string of this object
193std::string QtTextReader::Json() const {
194
195 // Return formatted string
196 return JsonValue().toStyledString();
197}
198
199// Generate Json::Value for this object
200Json::Value QtTextReader::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected