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

Method Json

src/Point.cpp:63–67  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

61
62// Generate JSON string of this object
63std::string Point::Json() const {
64
65 // Return formatted string
66 return JsonValue().toStyledString();
67}
68
69// Generate Json::Value for this object
70Json::Value Point::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected