Generate JSON string of this object
| 330 | |
| 331 | // Generate JSON string of this object |
| 332 | std::string Keyframe::Json() const { |
| 333 | |
| 334 | // Return formatted string |
| 335 | return JsonValue().toStyledString(); |
| 336 | } |
| 337 | |
| 338 | // Generate Json::Value for this object |
| 339 | Json::Value Keyframe::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected