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

Method Json

src/TextReader.cpp:181–185  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

179
180// Generate JSON string of this object
181std::string TextReader::Json() const {
182
183 // Return formatted string
184 return JsonValue().toStyledString();
185}
186
187// Generate Json::Value for this object
188Json::Value TextReader::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected