report json
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
07c7eeb624
commit
2ed1c2c06b
|
|
@ -1057,14 +1057,14 @@ ReportPath::pathEndpoint(const PathEnd *end) const
|
||||||
void
|
void
|
||||||
ReportPath::reportJsonHeader() const
|
ReportPath::reportJsonHeader() const
|
||||||
{
|
{
|
||||||
report_->report("{{\"checks\": [");
|
report_->report("{\"checks\": [");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
ReportPath::reportJsonFooter() const
|
ReportPath::reportJsonFooter() const
|
||||||
{
|
{
|
||||||
report_->report("]");
|
report_->report("]");
|
||||||
report_->report("}}");
|
report_->report("}");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue