Generate JSON string of this object
| 370 | |
| 371 | // Generate JSON string of this object |
| 372 | std::string Caption::Json() const { |
| 373 | |
| 374 | // Return formatted string |
| 375 | return JsonValue().toStyledString(); |
| 376 | } |
| 377 | |
| 378 | // Generate Json::Value for this object |
| 379 | Json::Value Caption::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected