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

Method Json

src/DummyReader.cpp:149–153  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

147
148// Generate JSON string of this object
149std::string DummyReader::Json() const {
150
151 // Return formatted string
152 return JsonValue().toStyledString();
153}
154
155// Generate Json::Value for this object
156Json::Value DummyReader::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected