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

Method Json

src/Coordinate.cpp:29–33  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

27
28// Generate JSON string of this object
29std::string Coordinate::Json() const {
30
31 // Return formatted string
32 return JsonValue().toStyledString();
33}
34
35// Generate Json::Value for this object
36Json::Value Coordinate::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected