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

Method Json

src/QtHtmlReader.cpp:176–180  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

174
175// Generate JSON string of this object
176std::string QtHtmlReader::Json() const {
177
178 // Return formatted string
179 return JsonValue().toStyledString();
180}
181
182// Generate Json::Value for this object
183Json::Value QtHtmlReader::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected