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

Method Json

src/TrackedObjectBBox.cpp:300–304  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

298
299// Generate JSON string of this object
300std::string TrackedObjectBBox::Json() const
301{
302 // Return formatted string
303 return JsonValue().toStyledString();
304}
305
306// Generate Json::Value for this object
307Json::Value TrackedObjectBBox::JsonValue() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected