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
|
||||
ReportPath::reportJsonHeader() const
|
||||
{
|
||||
report_->report("{{\"checks\": [");
|
||||
report_->report("{\"checks\": [");
|
||||
}
|
||||
|
||||
void
|
||||
ReportPath::reportJsonFooter() const
|
||||
{
|
||||
report_->report("]");
|
||||
report_->report("}}");
|
||||
report_->report("}");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue