| 216 | } |
| 217 | |
| 218 | void JSONTimelineDecoder::PrintJSON(JSONTimelineDecoder::JSONEntity& rootEntity, std::ostream& os) |
| 219 | { |
| 220 | std::string jsonString = GetJSONString(rootEntity); |
| 221 | os << jsonString; |
| 222 | } |
| 223 | |
| 224 | std::string JSONTimelineDecoder::GetJSONString(JSONTimelineDecoder::JSONEntity& rootEntity) |
| 225 | { |
no outgoing calls
no test coverage detected