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

Method Json

tests/EffectMask.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 std::string Json() const override {
107 return JsonValue().toStyledString();
108 }
109
110 Json::Value JsonValue() const override {
111 Json::Value root = ReaderBase::JsonValue();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected