JSON deserialization
| 393 | |
| 394 | // JSON deserialization |
| 395 | void Sharpen::SetJson(std::string value) |
| 396 | { |
| 397 | auto root = openshot::stringToJson(value); |
| 398 | SetJsonValue(root); |
| 399 | } |
| 400 | |
| 401 | void Sharpen::SetJsonValue(Json::Value root) |
| 402 | { |
nothing calls this directly
no outgoing calls
no test coverage detected