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

Method Json

src/effects/Mask.cpp:168–172  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

166
167// Generate JSON string of this object
168std::string Mask::Json() const {
169
170 // Return formatted string
171 return JsonValue().toStyledString();
172}
173
174// Generate Json::Value for this object
175Json::Value Mask::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected