Unknown Errror with JSON File
Swhite215 opened this issue · 1 comments
Swhite215 commented
I am attempting to convert the below JSON into a PPROF file. However, pprofutils returns the below error message:
input format is neither pprof nor json
Is there a way to identify what in the file is causing this error? I have used multiple json validators to confirm the format is valid.
Swhite215 commented
Closing. I identified the problem as incorrect [] where there should have been {} in mapping objects under sample locations.