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

Method Json

src/EffectBase.cpp:89–93  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

87
88// Generate JSON string of this object
89std::string EffectBase::Json() const {
90
91 // Return formatted string
92 return JsonValue().toStyledString();
93}
94
95// Generate Json::Value for this object
96Json::Value EffectBase::JsonValue() const {

Callers 1

BasePropertiesJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected