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

Method Json

src/FrameMapper.cpp:770–774  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

768
769// Generate JSON string of this object
770std::string FrameMapper::Json() const {
771
772 // Return formatted string
773 return JsonValue().toStyledString();
774}
775
776// Generate Json::Value for this object
777Json::Value FrameMapper::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected