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

Method Json

src/effects/Tracker.cpp:156–160  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

154
155// Generate JSON string of this object
156std::string Tracker::Json() const {
157
158 // Return formatted string
159 return JsonValue().toStyledString();
160}
161
162// Generate Json::Value for this object
163Json::Value Tracker::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected