Closed fearblackcat closed 6 years ago
I transfer the report data to json data. But it failed to unmarshal. Finally I found the bug is the "NAN" for avg in summary which cannot parse in json. So I fixed the bug that json unmarshal cannot recognize the math symbol "NAN" in json data.
Ok, thank you for your fix.
I transfer the report data to json data. But it failed to unmarshal. Finally I found the bug is the "NAN" for avg in summary which cannot parse in json.
So I fixed the bug that json unmarshal cannot recognize the math symbol "NAN" in json data.