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

Method Json

src/effects/Caption.cpp:372–376  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

370
371// Generate JSON string of this object
372std::string Caption::Json() const {
373
374 // Return formatted string
375 return JsonValue().toStyledString();
376}
377
378// Generate Json::Value for this object
379Json::Value Caption::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected