| 104 | } |
| 105 | |
| 106 | std::string Json() const override { |
| 107 | return JsonValue().toStyledString(); |
| 108 | } |
| 109 | |
| 110 | Json::Value JsonValue() const override { |
| 111 | Json::Value root = ReaderBase::JsonValue(); |
nothing calls this directly
no outgoing calls
no test coverage detected