Generate JSON string of this object
| 179 | |
| 180 | // Generate JSON string of this object |
| 181 | std::string TextReader::Json() const { |
| 182 | |
| 183 | // Return formatted string |
| 184 | return JsonValue().toStyledString(); |
| 185 | } |
| 186 | |
| 187 | // Generate Json::Value for this object |
| 188 | Json::Value TextReader::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected