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

Method Json

src/audio_effects/Expander.cpp:122–126  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

120
121// Generate JSON string of this object
122std::string Expander::Json() const {
123
124 // Return formatted string
125 return JsonValue().toStyledString();
126}
127
128// Generate Json::Value for this object
129Json::Value Expander::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected