| 290 | |
| 291 | |
| 292 | std::string JSONFile::toString(const std::string& indentation) const { |
| 293 | /* rapidjson::Document document; |
| 294 | ToRapidjsonValue(document, root_, document.GetAllocator()); |
| 295 | |
| 296 | StringBuffer buffer; |
| 297 | PrettyWriter<StringBuffer> writer(buffer); |
| 298 | writer.SetIndent(!indendation.Empty() ? indendation.Front() : '\0', indendation.Length()); |
| 299 | |
| 300 | document.Accept(writer); |
| 301 | return buffer.GetString(); */ |
| 302 | |
| 303 | return std::string(); |
| 304 | } |
no outgoing calls
no test coverage detected